Package de.xima.fc.interfaces.workflow
Interface ITreeWithDataAccessor<TNode,TIdentifier,TNodeData>
- Type Parameters:
TNode
- Type of the tree nodes.TIdentifier
- Type of the ID of the nodes.TNodeData
- Type of the data associated to each node.
- All Superinterfaces:
ITreeAccessor<TNode,
TIdentifier>
- All Known Implementing Classes:
TreeAccessorWithDataNodeModel
,TreeAccessorWithDataWorkflowNode
public interface ITreeWithDataAccessor<TNode,TIdentifier,TNodeData>
extends ITreeAccessor<TNode,TIdentifier>
Interface for accessing the children of tree nodes, together with the data associated with each tree node.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface de.xima.fc.interfaces.workflow.ITreeAccessor
getChildren, getId
-
Method Details
-
getNodeData
- 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.
-