| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.document | |
| org.apache.jackrabbit.oak.plugins.document.bundlor |
| Modifier and Type | Method and Description |
|---|---|
DocumentNodeState.BundlingContext |
DocumentNodeState.BundlingContext.childContext(Matcher childMatcher) |
| Constructor and Description |
|---|
BundlingContext(Matcher matcher,
Map<String,org.apache.jackrabbit.oak.api.PropertyState> rootProperties,
boolean hasBundledChildren,
boolean hasNonBundledChildren) |
| Modifier and Type | Field and Description |
|---|---|
static Matcher |
Matcher.NON_MATCHING |
| Modifier and Type | Method and Description |
|---|---|
Matcher |
DocumentBundlor.createMatcher() |
Matcher |
Include.createMatcher() |
Matcher |
Matcher.next(String name)
Returns a matcher for given child node name based on current state
|
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
BundlorUtils.getChildNodeNames(Collection<String> keys,
Matcher matcher) |
static Map<String,org.apache.jackrabbit.oak.api.PropertyState> |
BundlorUtils.getMatchingProperties(Map<String,org.apache.jackrabbit.oak.api.PropertyState> props,
Matcher matcher) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.