Package | Description |
---|---|
psdi.workflow |
The Workflow package includes Mbos related to workflow.
|
psdi.workflow.diagram |
Modifier and Type | Class and Description |
---|---|
class |
WorkflowNode
This class holds a node in the workflow
|
class |
WorkflowRelationship
This class holds a relationship in the workflow
|
Modifier and Type | Method and Description |
---|---|
WorkflowEntity |
WorkflowRelationship.copy()
Copies the workflow entity
|
WorkflowEntity |
WorkflowNode.copy()
Copies the workflow entity
|
abstract WorkflowEntity |
WorkflowEntity.copy()
Copies the workflow entity
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowRelationship.restoreFrom(WorkflowEntity entity)
Restores the workflow entity
|
void |
WorkflowNode.restoreFrom(WorkflowEntity entity)
Restores the workflow entity
|
abstract void |
WorkflowEntity.restoreFrom(WorkflowEntity entity)
Restores the workflow entity
|
Modifier and Type | Method and Description |
---|---|
void |
Diagram.selectNode(WorkflowEntity node,
boolean state)
Sets the selection state of a node.
|
void |
Diagram.setSelection(WorkflowEntity selection)
Sets the current selection for the diagram.
|