Class DocumentNodeState.BundlingContext

    • Constructor Detail

      • BundlingContext

        public BundlingContext​(Matcher matcher,
                               Map<String,​org.apache.jackrabbit.oak.api.PropertyState> rootProperties,
                               boolean hasBundledChildren,
                               boolean hasNonBundledChildren)
    • Method Detail

      • getProperties

        public Map<String,​org.apache.jackrabbit.oak.api.PropertyState> getProperties()
      • isBundled

        public boolean isBundled()
      • getAllProperties

        public Map<String,​org.apache.jackrabbit.oak.api.PropertyState> getAllProperties()
      • hasChildNode

        public boolean hasChildNode​(String relativePath)
      • hasChildren

        public boolean hasChildren()
      • hasOnlyBundledChildren

        public boolean hasOnlyBundledChildren()
      • getBundledChildNodeNames

        public Set<String> getBundledChildNodeNames()