Class DocumentBundlor
java.lang.Object
org.apache.jackrabbit.oak.plugins.document.bundlor.DocumentBundlor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Prefix used for various meta properties used for bundlingstatic final String
static final String
Hidden property name having boolean value indicating that current node has children which are bundledstatic final String
Hidden property name used as suffix for relative node path to indicate presence of that node.static final String
Hidden property name having boolean value indicating that current node has children which are not bundledstatic final String
Hidden property to store the pattern as part of NodeState TODO - Also store the NodeTypestatic final String
Boolean property.static final String
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentBundlor
static DocumentBundlor
from
(PropertyState prop) static DocumentBundlor
boolean
toString()
-
Field Details
-
BUNDLOR_META_PROP_PREFIX
Prefix used for various meta properties used for bundling- See Also:
-
META_PROP_PATTERN
Hidden property to store the pattern as part of NodeState TODO - Also store the NodeType- See Also:
-
META_PROP_BUNDLING_PATH
Hidden property name used as suffix for relative node path to indicate presence of that node. So for a relative node 'jcr:content' the parent node must have a property 'jcr:content/:doc-self-path.Its value is the depth of the bundled child node
- See Also:
-
HAS_CHILD_PROP_PREFIX
- See Also:
-
META_PROP_BUNDLED_CHILD
Hidden property name having boolean value indicating that current node has children which are bundled- See Also:
-
META_PROP_NON_BUNDLED_CHILD
Hidden property name having boolean value indicating that current node has children which are not bundled- See Also:
-
PROP_DISABLED
Boolean property. If set to true then that bundlor config would be considered as disabled and would not be used- See Also:
-
PROP_PATTERN
- See Also:
-
-
Method Details