Package | Description |
---|---|
psdi.webclient.applet.wfcanvas | |
psdi.webclient.applet.wfcanvas.diagram |
Modifier and Type | Method and Description |
---|---|
WorkflowRelationship |
Workflow.getAction(int row)
Gets a workflow node by mboRow
|
WorkflowRelationship |
Workflow.getRelationship(int index) |
WorkflowRelationship |
Workflow.getRelationship(int nodeRow,
int actionRow) |
Modifier and Type | Method and Description |
---|---|
void |
Workflow.addRelationship(WorkflowRelationship relationship)
Adds a workflow relationship to the workflow
|
void |
Workflow.removeRelationship(WorkflowRelationship relationship)
Removes a workflow relationship from the workflow
|
Modifier and Type | Method and Description |
---|---|
WorkflowRelationship |
DiagramWorkflowRelationship.getWorkflowRelationship()
Returns the workflow relationship
|
Constructor and Description |
---|
DiagramWorkflowRelationship(WorkflowRelationship workflowRelationship)
Constrsucts a DiagramWorkflowRelationship object.
|