Package | Description |
---|---|
psdi.workflow |
The Workflow package includes Mbos related to workflow.
|
psdi.workflow.virtual |
Modifier and Type | Class and Description |
---|---|
class |
WFInstance
Mbo to represent WFInstance object.
|
Modifier and Type | Method and Description |
---|---|
WFInstanceRemote |
WorkflowDirector.getInstance()
Returns the current workflow instance
|
WFInstanceRemote |
WFAssignmentRemote.getWFInstance() |
WFInstanceRemote |
WFAssignment.getWFInstance()
Returns a remote reference to the instance that this assignment is a part of.
|
WFInstanceRemote |
WFProcess.initiateWorkflow(MboRemote targetMbo,
java.lang.String memo)
Initiate this process on the target Mbo.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowDirector.setInstance(WFInstanceRemote remote)
Set the current workflow instance.
|
Modifier and Type | Method and Description |
---|---|
WFInstanceRemote |
InitiateWorkflowMboSetRemote.getInstance() |
WFInstanceRemote |
InitiateWorkflowMboSet.getInstance()
Get the instance created.
|
Modifier and Type | Method and Description |
---|---|
void |
InitiateWorkflowMboSet.setInstance(WFInstanceRemote remote)
Set the instance created.
|