Package | Description |
---|---|
psdi.workflow |
The Workflow package includes Mbos related to workflow.
|
Modifier and Type | Class and Description |
---|---|
class |
WFProcess
Mbo to represent WFProcess object.
|
Modifier and Type | Method and Description |
---|---|
WFProcessRemote |
WFSubProcess.getProcess()
Get the process referenced by this subprocess node.
|
WFProcessRemote |
WFProcessSetRemote.getWFProcessRevisionByID(java.lang.String mainProcessName,
int revision,
java.lang.String subProcessName) |
WFProcessRemote |
WFProcessSet.getWFProcessRevisionByID(java.lang.String mainProcess,
int revision,
java.lang.String subProcessName)
Find the enabled revision sub-process given this data, using the WFRevision records.
|
Modifier and Type | Method and Description |
---|---|
WFNodeRemote |
WFCallStack.initCurrentNode(WFProcessRemote wfProcess)
Initialize a new WFCallStack Mbo for the process it links to.
|
WFCallStackRemote |
WFCallStackSet.pushWFCallStack(WFProcessRemote wfProcess)
Adds a new call stack Mbo to the top of the stack.
|