Package | Description |
---|---|
psdi.workflow |
The Workflow package includes Mbos related to workflow.
|
psdi.workflow.diagram |
Modifier and Type | Method and Description |
---|---|
Workflow |
WorkflowRelationship.getWorkflow()
Gets the workflow
|
Workflow |
WorkflowNode.getWorkflow()
Gets the workflow
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowRelationship.setWorkflow(Workflow workflow)
Sets the workflow
|
void |
WorkflowNode.setWorkflow(Workflow workflow)
Sets the workflow
|
Modifier and Type | Method and Description |
---|---|
void |
Diagram.setWorkflow(Workflow workflow)
Sets a new workflow
|
Constructor and Description |
---|
Diagram(Workflow workflow)
Constructs a diagram object to display a workflow
|