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 | Method and Description |
---|---|
static void |
WorkflowExport.writeImageFile(Workflow workflow,
java.io.File file,
DiagramConfiguration configuration)
Writes out a file containg the diagram as an image.
|
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
|
Modifier and Type | Method and Description |
---|---|
void |
EditableDiagram.setWorkflow(Workflow workflow)
Sets a new workflow
|
void |
EditableDiagram.setWorkflow(Workflow workflow,
WorkflowEditor editor,
boolean canEdit) |
Constructor and Description |
---|
EditableDiagram(Workflow workflow,
WorkflowEditor editor,
WorkflowApplet applet,
boolean canEdit)
Constructs the ditable diagram for a workflow using the editor
|
Modifier and Type | Method and Description |
---|---|
Workflow |
WorkflowEditEvent.getWorkflow()
Gets the workflow
|
Constructor and Description |
---|
WorkflowEditEvent(java.lang.Object source,
int type,
Workflow workflow,
WorkflowEntity entity)
Constructs the WorkflowEditEvent
|
WorkflowEditor(Workflow workflow) |
Modifier and Type | Method and Description |
---|---|
static Workflow |
WorkflowUtilities.buildWorkflow(java.io.InputStream input)
Builds a workflow object from data in a text file.
|
static Workflow |
WorkflowUtilities.buildWorkflowDragIcons(java.lang.String toolbarDragNodes)
Builds the workflow dragnode toolbar from definition in properties file.
|