Package de.xima.fc.plugin.workflow
Class TreeAccessorWithDataWorkflowNode
- java.lang.Object
-
- de.xima.fc.plugin.workflow.TreeAccessorWorkflowNode
-
- de.xima.fc.plugin.workflow.TreeAccessorWithDataWorkflowNode
-
- All Implemented Interfaces:
ITreeAccessor<WorkflowNode,UUID>
,ITreeWithDataAccessor<WorkflowNode,UUID,Object>
public class TreeAccessorWithDataWorkflowNode extends TreeAccessorWorkflowNode implements ITreeWithDataAccessor<WorkflowNode,UUID,Object>
ITreeWithDataAccessor
for treatingWorkflowNode
s as a tree, so that they can be used with the execution analyzer.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description TreeAccessorWithDataWorkflowNode(Mandant client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getNodeData(UUID taskUuid, WorkflowNode node)
-
Methods inherited from class de.xima.fc.plugin.workflow.TreeAccessorWorkflowNode
getChildren, getId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.interfaces.workflow.ITreeAccessor
getChildren, getId
-
-
-
-
Constructor Detail
-
TreeAccessorWithDataWorkflowNode
public TreeAccessorWithDataWorkflowNode(Mandant client)
-
-
Method Detail
-
getNodeData
public Object getNodeData(UUID taskUuid, WorkflowNode node)
- Specified by:
getNodeData
in interfaceITreeWithDataAccessor<WorkflowNode,UUID,Object>
- Parameters:
taskUuid
- UUID of the task to which the node belongs.node
- Node for which to retrieve the data.- Returns:
- The data associated with the tree node.
-
-