Uses of Class
org.apache.jackrabbit.oak.plugins.document.DocumentNodeState.BundlingContext
-
Packages that use DocumentNodeState.BundlingContext Package Description org.apache.jackrabbit.oak.plugins.document -
-
Uses of DocumentNodeState.BundlingContext in org.apache.jackrabbit.oak.plugins.document
Methods in org.apache.jackrabbit.oak.plugins.document that return DocumentNodeState.BundlingContext Modifier and Type Method Description DocumentNodeState.BundlingContextDocumentNodeState.BundlingContext. childContext(Matcher childMatcher)Constructors in org.apache.jackrabbit.oak.plugins.document with parameters of type DocumentNodeState.BundlingContext Constructor Description DocumentNodeState(@NotNull DocumentNodeStore store, @NotNull Path path, @Nullable RevisionVector lastRevision, @NotNull RevisionVector rootRevision, boolean fromExternalChange, DocumentNodeState.BundlingContext bundlingContext, int memory)
-