Package | Description |
---|---|
psdi.webclient.applet.wfcanvas | |
psdi.webclient.applet.wfcanvas.applet | |
psdi.webclient.applet.wfcanvas.diagram | |
psdi.webclient.applet.wfcanvas.diagram.editable |
Modifier and Type | Method and Description |
---|---|
WorkflowNode |
Workflow.getNode(int row)
Gets a workflow node by mboRow
|
WorkflowNode |
Workflow.getNode(java.lang.Object id)
Gets a workflow node by id
|
WorkflowNode |
Workflow.getNodeById(java.lang.Object id)
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 |
---|---|
void |
WorkflowApplet.dropComplete(WorkflowNode sourceNode,
WorkflowNode dropNode)
Called when one node is dropped over another
|
Modifier and Type | Method and Description |
---|---|
WorkflowNode |
DiagramWorkflowRelationship.getPredecessorNode()
Gets the predecessor workflow node
|
WorkflowNode |
DiagramWorkflowRelationship.getSuccessorNode()
Gets the successor workflow node
|
WorkflowNode |
DiagramWorkflowNode.getWorkflowNode()
Gets the workflow node for this diagram node
|
Modifier and Type | Method and Description |
---|---|
void |
Diagram.addNode(WorkflowNode node) |
Constructor and Description |
---|
DiagramWorkflowNode(WorkflowNode node,
DiagramConfiguration configuration)
Constructs a diagram node
|
DiagramWorkflowNode(WorkflowNode node,
DiagramConfiguration configuration,
boolean inToolbar)
Constructs a diagram node
|
Modifier and Type | Method and Description |
---|---|
WorkflowNode |
WorkflowNodeProxy.getNode()
Gets the node id
|
WorkflowNode |
WorkflowLineProxy.getNode()
Gets the node
|
Modifier and Type | Method and Description |
---|---|
void |
EditableDiagram.dropComplete(WorkflowNode sourceNode,
WorkflowNode dropNode)
Called when one node is dropped over another
|
void |
DnDContainer.dropComplete(WorkflowNode sourceNode,
WorkflowNode dropNode)
Called when one node is dropped over another
|
Constructor and Description |
---|
EditableDiagramWorkflowNode(WorkflowNode node,
DiagramConfiguration configuration,
boolean inToolbar,
DnDContainer container)
Constructs a diagram node
|
EditableDiagramWorkflowNode(WorkflowNode node,
DiagramConfiguration configuration,
DnDContainer container)
Constructs a diagram node
|
WorkflowLineProxy(WorkflowNode node)
Constructs a workflow line proxy
|
WorkflowNodeProxy(WorkflowNode node,
boolean copying)
Constructs a workflow node proxy
|