Class TreeAccessorWithDataWorkflowNode
java.lang.Object
de.xima.fc.plugin.workflow.TreeAccessorWorkflowNode
de.xima.fc.plugin.workflow.TreeAccessorWithDataWorkflowNode
- All Implemented Interfaces:
ITreeAccessor<WorkflowNode, UUID>, ITreeParentAccessor<WorkflowNode, UUID>, ITreeWithDataAccessor<WorkflowNode, UUID, Object>, ITreeAccessor<WorkflowNode, UUID>, ITreeParentAccessor<WorkflowNode, UUID>
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
ConstructorsConstructorDescriptionCreates a new tree accessor for treating a workflow node as a tree node withchildrenand the deserializedcustom properties modelas the node's data. -
Method Summary
Methods inherited from class TreeAccessorWorkflowNode
getChildren, getId, getParent
-
Constructor Details
-
TreeAccessorWithDataWorkflowNode
Creates a new tree accessor for treating a workflow node as a tree node withchildrenand the deserializedcustom properties modelas the node's data.- Parameters:
client- Client to check for node plugin when deserializing the custom properties.
-
-
Method Details
-
getNodeData
- Specified by:
getNodeDatain interfaceITreeWithDataAccessor<WorkflowNode, UUID, Object>- Parameters:
node- Tree node for which to retrieve the data.- Returns:
- The data associated with the tree node.
-