Uses of Class
org.apache.jackrabbit.oak.plugins.document.DocumentNodeState
-
Packages that use DocumentNodeState Package Description org.apache.jackrabbit.oak.plugins.document -
-
Uses of DocumentNodeState in org.apache.jackrabbit.oak.plugins.document
Methods in org.apache.jackrabbit.oak.plugins.document that return DocumentNodeState Modifier and Type Method Description @NotNull DocumentNodeStateDocumentNodeState. fromExternalChange()@Nullable DocumentNodeStateDocumentNodeStore. getNode(@NotNull Path path, @NotNull RevisionVector rev)Get the node for the given path and revision.@Nullable DocumentNodeStateNodeDocument. getNodeAtRevision(@NotNull DocumentNodeStore nodeStore, @NotNull RevisionVector readRevision, @Nullable Revision lastModified)Returns aDocumentNodeStateas seen at the givenreadRevision.@NotNull DocumentNodeStateDocumentNodeStore. getRoot()DocumentNodeStateDocumentNodeState. withRootRevision(@NotNull RevisionVector root, boolean externalChange)Methods in org.apache.jackrabbit.oak.plugins.document that return types with arguments of type DocumentNodeState Modifier and Type Method Description Cache<PathRev,DocumentNodeState>DocumentNodeStoreBuilder. buildNodeCache(DocumentNodeStore store)java.lang.Iterable<DocumentNodeState>DocumentNodeState. getAllBundledNodesStates()Cache<PathRev,DocumentNodeState>DocumentNodeStore. getNodeCache()
-