Package | Description |
---|---|
psdi.workflow |
The Workflow package includes Mbos related to workflow.
|
Modifier and Type | Class and Description |
---|---|
class |
WFActionSet
Represents the set of WFActions.
|
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.
|
WFActionSetRemote |
WFInstanceRemote.getActions() |
WFActionSetRemote |
WFInstance.getActions()
Gets the set of WFActions for the instance.
|
WFActionSetRemote |
WFCallStackSet.initiateWorkflow(java.lang.String memo,
WFProcess wfProcess)
Sets up the callstack for a newly initiated workflow on a Mbo.
|