Package | Description |
---|---|
psdi.workflow |
The Workflow package includes Mbos related to workflow.
|
psdi.workflow.diagram |
Modifier and Type | Method and Description |
---|---|
WorkflowNode |
Workflow.getNode(java.lang.Object nodeID)
Gets a workflow node by id
|
WorkflowNode |
Workflow.getNodeById(java.lang.Object nodeID)
Gets the node by idID
|
WorkflowNode |
WorkflowRelationship.getPredecessorNode()
Gets the predecessor workflow node
|
WorkflowNode |
WorkflowRelationship.getSuccessorNode()
Gets the successor workflow node
|
Modifier and Type | Method and Description |
---|---|
void |
Workflow.addNode(WorkflowNode node)
Adds a workflow node to the workflow
|
java.util.Vector |
Workflow.getRelationships(WorkflowNode node)
Returns all the relationships in the workflow associated with the node.
|
void |
Workflow.removeNode(WorkflowNode node)
Removes a workflow node from the workflow
|
Constructor and Description |
---|
WorkflowRelationship(WorkflowNode predecessorNode,
WorkflowNode successorNode)
Constructs a workflow relation
|
Modifier and Type | Method and Description |
---|---|
WorkflowNode |
DiagramWorkflowNode.getWorkflowNode()
Gets the workflow node for this diagram node
|
Constructor and Description |
---|
DiagramWorkflowNode(WorkflowNode node,
int scale)
Constructs a diagram node
|
DiagramWorkflowNode(WorkflowNode node,
int scale,
boolean inToolbar)
Constructs a diagram node
|