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 treating WorkflowNodes as a tree, so that they can be used with the
execution analyzer.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.xima.fc.plugin.workflow.TreeAccessorWorkflowNode
getChildren, getIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.interfaces.workflow.ITreeAccessor
getChildren, getId
-
Constructor Details
-
TreeAccessorWithDataWorkflowNode
-
-
Method Details
-
getNodeData
- Specified by:
getNodeDatain 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.
-