Uses of Class
wt.workflow.engine.WfConnectorAction

Packages that use WfConnectorAction
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
 

Uses of WfConnectorAction in wt.workflow.engine
 

Fields in wt.workflow.engine declared as WfConnectorAction
static WfConnectorAction WfConnectorAction.FIRE
          

Supported API: false
static WfConnectorAction WfConnectorAction.ENABLE
          

Supported API: false
static WfConnectorAction WfConnectorAction.DISABLE
          

Supported API: false
static WfConnectorAction WfConnectorAction.PLUS_ONE
          

Supported API: false
static WfConnectorAction WfConnectorAction.MINUS_ONE
          

Supported API: false
static WfConnectorAction WfConnectorAction.FIRE
          

Supported API: false
static WfConnectorAction WfConnectorAction.ENABLE
          

Supported API: false
static WfConnectorAction WfConnectorAction.DISABLE
          

Supported API: false
static WfConnectorAction WfConnectorAction.PLUS_ONE
          

Supported API: false
static WfConnectorAction WfConnectorAction.MINUS_ONE
          

Supported API: false
 

Methods in wt.workflow.engine that return WfConnectorAction
static WfConnectorAction WfConnectorAction.newWfConnectorAction(int secretHandshake)
          Used by EnumeratedType for constructing instances of WfConnectorAction, from a resource bundle.
static WfConnectorAction WfConnectorAction.toWfConnectorAction(String internal_value)
          Returns the WfConnectorAction instance for the internal_value argument.
static WfConnectorAction WfConnectorAction.getWfConnectorActionDefault()
          Returns the default value (instance) for the WfConnectorAction set.
static WfConnectorAction[] WfConnectorAction.getWfConnectorActionSet()
          Returns a copy of the set of valid values (instances) for the WfConnectorAction class.
static WfConnectorAction WfConnectorAction.newWfConnectorAction(int secretHandshake)
          Used by EnumeratedType for constructing instances of WfConnectorAction, from a resource bundle.
static WfConnectorAction WfConnectorAction.toWfConnectorAction(String internal_value)
          Returns the WfConnectorAction instance for the internal_value argument.
static WfConnectorAction WfConnectorAction.getWfConnectorActionDefault()
          Returns the default value (instance) for the WfConnectorAction set.
static WfConnectorAction[] WfConnectorAction.getWfConnectorActionSet()
          Returns a copy of the set of valid values (instances) for the WfConnectorAction class.
 

Methods in wt.workflow.engine with parameters of type WfConnectorAction
 WfConnector WfConnector.changeState(WfConnectorAction action)
          Changes the connector's state.
 WfConnector WfConnector.changeState(WfConnectorAction action)
          Changes the connector's state.