A C E G L O P S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractCompositeTree - Class in org.xwiki.tree
-
Base class for representing a composite tree, where each type of node is handled by a separate component.
- AbstractCompositeTree() - Constructor for class org.xwiki.tree.AbstractCompositeTree
- AbstractEntityTreeFilter - Class in org.xwiki.tree
-
Base class for entity tree filters.
- AbstractEntityTreeFilter() - Constructor for class org.xwiki.tree.AbstractEntityTreeFilter
- AbstractTree - Class in org.xwiki.tree
-
Base class for representing a tree structure.
- AbstractTree() - Constructor for class org.xwiki.tree.AbstractTree
- AbstractTreeNode - Class in org.xwiki.tree
-
Base class for representing a node in a tree structure.
- AbstractTreeNode() - Constructor for class org.xwiki.tree.AbstractTreeNode
C
- contextComponentManagerProvider - Variable in class org.xwiki.tree.AbstractTreeNode
E
- EntityTreeFilter - Interface in org.xwiki.tree
-
The interface used to filter entity tree nodes.
G
- get(String) - Method in class org.xwiki.tree.script.TreeScriptService
- getChildCount(String) - Method in class org.xwiki.tree.AbstractCompositeTree
- getChildCount(String) - Method in class org.xwiki.tree.AbstractTreeNode
- getChildCount(String) - Method in interface org.xwiki.tree.TreeNode
-
Retrieve the number of children of the specified node.
- getChildExclusions(String) - Method in class org.xwiki.tree.AbstractEntityTreeFilter
- getChildExclusions(String) - Method in interface org.xwiki.tree.TreeFilter
-
Tree filters can implement both local and global exclusions.
- getChildExclusions(EntityReference) - Method in interface org.xwiki.tree.EntityTreeFilter
- getChildren(String, int, int) - Method in class org.xwiki.tree.AbstractCompositeTree
- getChildren(String, int, int) - Method in class org.xwiki.tree.AbstractTreeNode
- getChildren(String, int, int) - Method in interface org.xwiki.tree.TreeNode
-
Retrieve the children of the specified node.
- getDescendantExclusions(EntityReference) - Method in interface org.xwiki.tree.EntityTreeFilter
- getExclusions() - Method in class org.xwiki.tree.AbstractTreeNode
- getExclusions(String) - Method in class org.xwiki.tree.AbstractTreeNode
- getOrderBy() - Method in class org.xwiki.tree.AbstractTreeNode
- getParent(String) - Method in class org.xwiki.tree.AbstractCompositeTree
- getParent(String) - Method in class org.xwiki.tree.AbstractTreeNode
- getParent(String) - Method in interface org.xwiki.tree.TreeNode
-
Retrieve the parent of the specified node.
- getPath(String) - Method in class org.xwiki.tree.AbstractTree
- getPath(String) - Method in interface org.xwiki.tree.Tree
-
Retrieve the path of the specified node.
- getProperties() - Method in class org.xwiki.tree.AbstractTreeNode
- getProperties() - Method in interface org.xwiki.tree.TreeNode
-
Retrieve the properties that can be used to configure the tree node.
- getTreeNode(String) - Method in class org.xwiki.tree.AbstractCompositeTree
L
- logger - Variable in class org.xwiki.tree.AbstractTreeNode
O
- org.xwiki.tree - package org.xwiki.tree
- org.xwiki.tree.script - package org.xwiki.tree.script
P
- PROPERTY_EXCLUSIONS - Static variable in interface org.xwiki.tree.TreeNode
-
The property that specifies the nodes to exclude.
- PROPERTY_FILTERS - Static variable in interface org.xwiki.tree.TreeNode
-
The property that specifies the filters to apply on the tree.
- PROPERTY_ORDER_BY - Static variable in interface org.xwiki.tree.TreeNode
-
The property that specifies how the child nodes are sorted.
- PROPERTY_ROOT - Static variable in interface org.xwiki.tree.Tree
-
The property that specifies the id of the root node.
S
- subList(List<E>, int, int) - Method in class org.xwiki.tree.AbstractTreeNode
T
- Tree - Interface in org.xwiki.tree
-
The interface used to represent a tree structure.
- TreeFilter - Interface in org.xwiki.tree
-
The interface used to filter tree nodes.
- TreeNode - Interface in org.xwiki.tree
-
The interface used to represent a node in a tree structure.
- treeNodeByNodeType - Variable in class org.xwiki.tree.AbstractCompositeTree
- TreeScriptService - Class in org.xwiki.tree.script
-
Exposes the tree API in server-side scripts.
- TreeScriptService() - Constructor for class org.xwiki.tree.script.TreeScriptService
All Classes All Packages