Uses of Class
org.apache.jackrabbit.oak.plugins.document.bundlor.DocumentBundlor
-
Packages that use DocumentBundlor Package Description org.apache.jackrabbit.oak.plugins.document.bundlor -
-
Uses of DocumentBundlor in org.apache.jackrabbit.oak.plugins.document.bundlor
Methods in org.apache.jackrabbit.oak.plugins.document.bundlor that return DocumentBundlor Modifier and Type Method Description static DocumentBundlorDocumentBundlor. from(java.lang.Iterable<java.lang.String> includeStrings)static DocumentBundlorDocumentBundlor. from(org.apache.jackrabbit.oak.api.PropertyState prop)static DocumentBundlorDocumentBundlor. from(org.apache.jackrabbit.oak.spi.state.NodeState nodeState)@Nullable DocumentBundlorBundledTypesRegistry. getBundlor(org.apache.jackrabbit.oak.spi.state.NodeState state)Constructor parameters in org.apache.jackrabbit.oak.plugins.document.bundlor with type arguments of type DocumentBundlor Constructor Description BundledTypesRegistry(java.util.Map<java.lang.String,DocumentBundlor> bundlors)
-