protected static class DocumentNodeState.BundlingContext extends Object
| Constructor and Description |
|---|
BundlingContext(Matcher matcher,
Map<String,org.apache.jackrabbit.oak.api.PropertyState> rootProperties,
boolean hasBundledChildren,
boolean hasNonBundledChildren) |
| Modifier and Type | Method and Description |
|---|---|
DocumentNodeState.BundlingContext |
childContext(Matcher childMatcher) |
Map<String,org.apache.jackrabbit.oak.api.PropertyState> |
getAllProperties() |
Set<String> |
getBundledChildNodeNames() |
Map<String,org.apache.jackrabbit.oak.api.PropertyState> |
getProperties() |
boolean |
hasChildNode(String relativePath) |
boolean |
hasChildren() |
boolean |
hasOnlyBundledChildren() |
boolean |
isBundled() |
public BundlingContext(Matcher matcher, Map<String,org.apache.jackrabbit.oak.api.PropertyState> rootProperties, boolean hasBundledChildren, boolean hasNonBundledChildren)
public DocumentNodeState.BundlingContext childContext(Matcher childMatcher)
public Map<String,org.apache.jackrabbit.oak.api.PropertyState> getProperties()
public boolean isBundled()
public Map<String,org.apache.jackrabbit.oak.api.PropertyState> getAllProperties()
public boolean hasChildNode(String relativePath)
public boolean hasChildren()
public boolean hasOnlyBundledChildren()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.