Class WorkflowFlowGraphVisualizationModel
java.lang.Object
de.xima.fc.workflow.designer.bean.WorkflowFlowGraphVisualizationModel
- All Implemented Interfaces:
Serializable
Model for the flow graph visualization component of the workflow designer.
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionempty()voidsetLayoutDirection(ERankDirection layoutDirection) voidsetLayoutMode(EFlowGraphLayoutMode layoutMode) voidsetTaskName(String name) voidsetTaskUuid(UUID task)
-
Method Details
-
getLayoutDirection
- Returns:
- Direction of the flow graph.
-
getLayoutMode
- Returns:
- How the flow graph layout is computed for purposes of visualization.
-
getTaskName
- Returns:
- Name of the active task.
-
getTaskUuid
- Returns:
- The UUID of the current task, if any, for which the flow graph visualization is shown.
-
setLayoutDirection
- Parameters:
layoutDirection- Direction of the flow graph.
-
setLayoutMode
- Parameters:
layoutMode- How the flow graph layout is computed for purposes of visualization.
-
setTaskName
- Parameters:
name- Name of the active task.
-
setTaskUuid
- Parameters:
task- The UUID of the current task, if any, for which the flow graph visualization is shown.
-
empty
- Returns:
- A new empty model with the defaults.
-