Interface ITreeParentAccessor<TNode, TIdentifier>

Type Parameters:
TNode - Type of the tree's nodes.
TIdentifier - Type of the identifier of each node.
All Superinterfaces:
ITreeParentAccessor<TNode, TIdentifier>
All Known Implementing Classes:
TreeAccessorWithDataWorkflowNode, TreeAccessorWorkflowNode, TreeParentAccessorXItem

public interface ITreeParentAccessor<TNode, TIdentifier> extends ITreeParentAccessor<TNode, TIdentifier>
Deprecated.
Interface for treating an item as a node in a tree-like structure. Contains two method for accessing the ID of the item, and the parent of the item.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    getId(TNode node)
    Deprecated.
     
    Deprecated.