Class SimpleNodeAggregator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String INCLUDE_ALL  
    • 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleNodeAggregator

        public SimpleNodeAggregator()
    • Method Detail

      • 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