Uses of Class
wt.workflow.engine.WfConnectorState

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

Uses of WfConnectorState in wt.workflow.engine
 

Fields in wt.workflow.engine declared as WfConnectorState
static WfConnectorState WfConnectorState.ENABLED
          

Supported API: false
static WfConnectorState WfConnectorState.DISABLED
          

Supported API: false
private  WfConnectorState WfConnector.state
           
static WfConnectorState WfConnectorState.ENABLED
          

Supported API: false
static WfConnectorState WfConnectorState.DISABLED
          

Supported API: false
private  WfConnectorState WfConnector.state
           
 

Methods in wt.workflow.engine that return WfConnectorState
static WfConnectorState WfConnectorState.newWfConnectorState(int secretHandshake)
          Used by EnumeratedType for constructing instances of WfConnectorState, from a resource bundle.
static WfConnectorState WfConnectorState.toWfConnectorState(String internal_value)
          Returns the WfConnectorState instance for the internal_value argument.
static WfConnectorState WfConnectorState.getWfConnectorStateDefault()
          Returns the default value (instance) for the WfConnectorState set.
static WfConnectorState[] WfConnectorState.getWfConnectorStateSet()
          Returns a copy of the set of valid values (instances) for the WfConnectorState class.
 WfConnectorState WfConnector.getState()
          Gets the value of the attribute: STATE.
static WfConnectorState WfConnectorState.newWfConnectorState(int secretHandshake)
          Used by EnumeratedType for constructing instances of WfConnectorState, from a resource bundle.
static WfConnectorState WfConnectorState.toWfConnectorState(String internal_value)
          Returns the WfConnectorState instance for the internal_value argument.
static WfConnectorState WfConnectorState.getWfConnectorStateDefault()
          Returns the default value (instance) for the WfConnectorState set.
static WfConnectorState[] WfConnectorState.getWfConnectorStateSet()
          Returns a copy of the set of valid values (instances) for the WfConnectorState class.
 WfConnectorState WfConnector.getState()
          Gets the value of the attribute: STATE.
 

Methods in wt.workflow.engine with parameters of type WfConnectorState
protected  void WfConnector.setState(WfConnectorState a_State)
          Sets the value of the attribute: STATE.
protected  void WfConnector.setState(WfConnectorState a_State)
          Sets the value of the attribute: STATE.