Uses of Class
com.tibco.bpm.web.client.model.managedevents.BusinessServiceDataEvent.Action

Packages that use BusinessServiceDataEvent.Action
com.tibco.bpm.web.client.model.managedevents   
 

Uses of BusinessServiceDataEvent.Action in com.tibco.bpm.web.client.model.managedevents
 

Methods in com.tibco.bpm.web.client.model.managedevents that return BusinessServiceDataEvent.Action
 BusinessServiceDataEvent.Action BusinessServiceDataEvent.getAction()
           
static BusinessServiceDataEvent.Action BusinessServiceDataEvent.Action.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BusinessServiceDataEvent.Action[] BusinessServiceDataEvent.Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.tibco.bpm.web.client.model.managedevents with parameters of type BusinessServiceDataEvent.Action
static BusinessServiceDataEvent BusinessServiceDataEvent.create(BusinessServiceDataEvent.Action action, java.lang.String processInstanceId, java.lang.String dataFeedIn, java.lang.String dataFeedOut)
           
static BusinessServiceDataEvent BusinessServiceDataEvent.create(BusinessServiceDataEvent.Action action, java.lang.String processInstanceId, java.lang.String dataFeedIn, java.lang.String dataFeedOut, java.lang.String moduleName, java.lang.String processName, java.lang.String version, java.lang.String category)
           
 void BusinessServiceDataEvent.setAction(BusinessServiceDataEvent.Action action)
           
 



Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.