Package org.xwiki.tree
Interface Tree
-
- All Superinterfaces:
TreeNode
- All Known Implementing Classes:
AbstractCompositeTree,AbstractTree
@Role public interface Tree extends TreeNode
The interface used to represent a tree structure.- Since:
- 8.3M2, 7.4.5
- Version:
- $Id: f66859184e6c0cd8698dc0f8182a87ef22361c04 $
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_ROOTThe property that specifies the id of the root node.-
Fields inherited from interface org.xwiki.tree.TreeNode
PROPERTY_EXCLUSIONS, PROPERTY_FILTERS, PROPERTY_ORDER_BY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getPath(String nodeId)Retrieve the path of the specified node.-
Methods inherited from interface org.xwiki.tree.TreeNode
getChildCount, getChildren, getParent, getProperties
-
-
-
-
Field Detail
-
PROPERTY_ROOT
static final String PROPERTY_ROOT
The property that specifies the id of the root node. This is used to represent a sub-tree.- See Also:
- Constant Field Values
-
-