Class GenericScope.Tree
java.lang.Object
org.exoplatform.portal.mop.navigation.GenericScope.Tree
- All Implemented Interfaces:
Scope
- Enclosing class:
GenericScope
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.exoplatform.portal.mop.navigation.Scope
Scope.Visitor -
Field Summary
Fields inherited from interface org.exoplatform.portal.mop.navigation.Scope
ALL, CHILDREN, GRANDCHILDREN, SINGLE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Tree
public Tree(int height) Creates a new navigation scope. When the height is positive or zero, the tree will be pruned to the specified height, when the height is negative no pruning will occur.- Parameters:
height- the max height of the pruned tree
-
-
Method Details