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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TNodeData
getNodeData(UUID taskUuid, TNode node)
-
Methods inherited from interface de.xima.fc.interfaces.workflow.ITreeAccessor
getChildren, getId
-
-