Package | Description |
---|---|
psdi.workflow |
The Workflow package includes Mbos related to workflow.
|
Modifier and Type | Method and Description |
---|---|
WFAction |
WFCondition.evaluateConditionGetAction()
Called to evaluate the condition.
|
WFAction |
WFActionSetRemote.getActionForID(int actionid) |
WFAction |
WFActionSet.getActionForID(int actionid)
Searches the set for an action that has the specified ActionID value
and returns it.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<WFAction> |
WFProcess.findIncomingActions(int nodeID)
Returns the set of actions that point to the node with the ID given.
|
Modifier and Type | Method and Description |
---|---|
WFActionSetRemote |
WFCallStackSet.applyWorkflowAction(WFAction action)
Apply the chosen action.
|
WFActionSetRemote |
WFCallStackSet.applyWorkflowAction(WFAction action,
java.lang.String memo)
Apply the chosen action.
|
boolean |
WFNode.completeWorkflowAssignment(WFAssignment assignMbo,
WFAction actionMbo,
java.lang.String memo)
Complete the workflow assignment.
|