| Package | Description |
|---|---|
| psdi.workflow |
The Workflow package includes Mbos related to workflow.
|
| psdi.workflow.diagram |
| Modifier and Type | Field and Description |
|---|---|
protected Workflow |
WorkflowRelationship.workflow
The workflow the relationship is in
|
protected Workflow |
WorkflowNode.workflow
The workflow the node is in
|
| 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 | Field and Description |
|---|---|
protected Workflow |
Diagram.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
|