|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfConnectorFunction | |
wt.workflow.definer |
Provides workflow classes responsible for the definition of
processes, activities, and the other objects that compose the workflow network. |
wt.workflow.engine |
Provides workflow classes responsible for the flow of
control and data from an execution point of view. |
Uses of WfConnectorFunction in wt.workflow.definer |
Fields in wt.workflow.definer declared as WfConnectorFunction | |
private WfConnectorFunction |
WfConnectorTemplate.connectorFunction
|
Methods in wt.workflow.definer that return WfConnectorFunction | |
WfConnectorFunction |
WfConnectorTemplate.getConnectorFunction()
Gets the value of the attribute: CONNECTOR_FUNCTION. |
private static WfConnectorFunction |
LoadWorkflow.getConnectorFunction(String name,
Hashtable attributes,
Hashtable cmdLineArgs,
int required)
|
Methods in wt.workflow.definer with parameters of type WfConnectorFunction | |
WfConnectorTemplate |
WfDefinerServiceFwd.addConnectorTemplate(WfContainerTemplate def,
WfConnectorFunction function,
WfConnectorType type)
Adds a connector template to a process template. |
WfConnectorTemplate |
WfDefinerService.addConnectorTemplate(WfContainerTemplate def,
WfConnectorFunction function,
WfConnectorType type)
Adds a connector template to a process template. |
void |
WfConnectorTemplate.setConnectorFunction(WfConnectorFunction a_ConnectorFunction)
Sets the value of the attribute: CONNECTOR_FUNCTION. |
WfConnectorTemplate |
StandardWfDefinerService.addConnectorTemplate(WfContainerTemplate def,
WfConnectorFunction function,
WfConnectorType type)
Adds a connector template to a process template. |
Uses of WfConnectorFunction in wt.workflow.engine |
Fields in wt.workflow.engine declared as WfConnectorFunction | |
static WfConnectorFunction |
WfConnectorFunction.AND
Supported API: false |
static WfConnectorFunction |
WfConnectorFunction.OR
Supported API: false |
static WfConnectorFunction |
WfConnectorFunction.XOR
Supported API: false |
static WfConnectorFunction |
WfConnectorFunction.THRESHOLD
Supported API: false |
private WfConnectorFunction |
WfConnector.connectorFunction
|
static WfConnectorFunction |
WfConnectorFunction.AND
Supported API: false |
static WfConnectorFunction |
WfConnectorFunction.OR
Supported API: false |
static WfConnectorFunction |
WfConnectorFunction.XOR
Supported API: false |
static WfConnectorFunction |
WfConnectorFunction.THRESHOLD
Supported API: false |
private WfConnectorFunction |
WfConnector.connectorFunction
|
Methods in wt.workflow.engine that return WfConnectorFunction | |
static WfConnectorFunction |
WfConnectorFunction.newWfConnectorFunction(int secretHandshake)
Used by EnumeratedType for constructing instances of WfConnectorFunction, from a resource bundle. |
static WfConnectorFunction |
WfConnectorFunction.toWfConnectorFunction(String internal_value)
Returns the WfConnectorFunction instance for the internal_value argument. |
static WfConnectorFunction |
WfConnectorFunction.getWfConnectorFunctionDefault()
Returns the default value (instance) for the WfConnectorFunction set. |
static WfConnectorFunction[] |
WfConnectorFunction.getWfConnectorFunctionSet()
Returns a copy of the set of valid values (instances) for the WfConnectorFunction class. |
WfConnectorFunction |
WfConnector.getConnectorFunction()
Gets the value of the attribute: CONNECTOR_FUNCTION. |
static WfConnectorFunction |
WfConnectorFunction.newWfConnectorFunction(int secretHandshake)
Used by EnumeratedType for constructing instances of WfConnectorFunction, from a resource bundle. |
static WfConnectorFunction |
WfConnectorFunction.toWfConnectorFunction(String internal_value)
Returns the WfConnectorFunction instance for the internal_value argument. |
static WfConnectorFunction |
WfConnectorFunction.getWfConnectorFunctionDefault()
Returns the default value (instance) for the WfConnectorFunction set. |
static WfConnectorFunction[] |
WfConnectorFunction.getWfConnectorFunctionSet()
Returns a copy of the set of valid values (instances) for the WfConnectorFunction class. |
WfConnectorFunction |
WfConnector.getConnectorFunction()
Gets the value of the attribute: CONNECTOR_FUNCTION. |
Methods in wt.workflow.engine with parameters of type WfConnectorFunction | |
protected void |
WfConnector.setConnectorFunction(WfConnectorFunction a_ConnectorFunction)
Sets the value of the attribute: CONNECTOR_FUNCTION. |
static WfConnector |
WfConnector.newWfConnector(WfContainer container,
WfConnectorFunction function,
WfConnectorType type)
Connector's constructor. |
protected void |
WfConnector.initialize(WfContainer container,
WfConnectorFunction function,
WfConnectorType type)
Supports initialization, following construction of an instance. |
protected void |
WfConnector.setConnectorFunction(WfConnectorFunction a_ConnectorFunction)
Sets the value of the attribute: CONNECTOR_FUNCTION. |
static WfConnector |
WfConnector.newWfConnector(WfContainer container,
WfConnectorFunction function,
WfConnectorType type)
Connector's constructor. |
protected void |
WfConnector.initialize(WfContainer container,
WfConnectorFunction function,
WfConnectorType type)
Supports initialization, following construction of an instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |