Class SimpleNodeAggregator
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.index.aggregate.SimpleNodeAggregator
-
- All Implemented Interfaces:
QueryIndex.NodeAggregator
public class SimpleNodeAggregator extends java.lang.Object implements QueryIndex.NodeAggregator
List based NodeAggregator
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
INCLUDE_ALL
-
Constructor Summary
Constructors Constructor Description SimpleNodeAggregator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<java.lang.String>
getParents(NodeState root, java.lang.String path)
SimpleNodeAggregator
newRuleWithName(java.lang.String primaryType, java.util.List<java.lang.String> includes)
Include children with the provided name.
-
-
-
Field Detail
-
INCLUDE_ALL
public static final java.lang.String INCLUDE_ALL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getParents
public java.util.Iterator<java.lang.String> getParents(NodeState root, java.lang.String path)
- Specified by:
getParents
in interfaceQueryIndex.NodeAggregator
-
newRuleWithName
public SimpleNodeAggregator newRuleWithName(java.lang.String primaryType, java.util.List<java.lang.String> includes)
Include children with the provided name. '*' means include all children Note: there is no support for property names yet
-
-