Uses of Class
org.apache.jackrabbit.oak.plugins.document.AbstractDocumentNodeState
Packages that use AbstractDocumentNodeState
Package
Description
-
Uses of AbstractDocumentNodeState in org.apache.jackrabbit.oak.plugins.document
Subclasses of AbstractDocumentNodeState in org.apache.jackrabbit.oak.plugins.documentMethods in org.apache.jackrabbit.oak.plugins.document that return AbstractDocumentNodeStateModifier and TypeMethodDescription@Nullable AbstractDocumentNodeState
DocumentNodeStateCache.getDocumentNodeState
(Path path, RevisionVector rootRevision, RevisionVector lastRev) Get the node for the given path and revision.abstract AbstractDocumentNodeState
AbstractDocumentNodeState.withRootRevision
(@NotNull RevisionVector root, boolean externalChange) Methods in org.apache.jackrabbit.oak.plugins.document with parameters of type AbstractDocumentNodeStateModifier and TypeMethodDescriptionboolean
DocumentNodeStore.compare
(@NotNull AbstractDocumentNodeState node, @NotNull AbstractDocumentNodeState base, @NotNull NodeStateDiff diff) boolean
NodeStateDiffer.compare
(@NotNull AbstractDocumentNodeState node, @NotNull AbstractDocumentNodeState base, @NotNull NodeStateDiff diff) -
Uses of AbstractDocumentNodeState in org.apache.jackrabbit.oak.plugins.document.bundlor
Methods in org.apache.jackrabbit.oak.plugins.document.bundlor with parameters of type AbstractDocumentNodeStateModifier and TypeMethodDescriptionboolean
BundledDocumentDiffer.diff
(AbstractDocumentNodeState from, AbstractDocumentNodeState to, JsopWriter w) Performs diff for bundled nodes. -
Uses of AbstractDocumentNodeState in org.apache.jackrabbit.oak.plugins.document.secondary
Modifier and TypeClassDescriptionclass
NodeState wrapper which wraps another NodeState (mostly SegmentNodeState) so as to expose it as anAbstractDocumentNodeState
by extracting the meta properties which are stored as hidden propertiesMethods in org.apache.jackrabbit.oak.plugins.document.secondary that return AbstractDocumentNodeStateModifier and TypeMethodDescription@Nullable AbstractDocumentNodeState
SecondaryStoreCache.getDocumentNodeState
(Path path, RevisionVector rootRevision, RevisionVector lastRev) DelegatingDocumentNodeState.withRootRevision
(@NotNull RevisionVector root, boolean externalChange) static AbstractDocumentNodeState
DelegatingDocumentNodeState.wrap
(NodeState delegate, NodeStateDiffer differ) Methods in org.apache.jackrabbit.oak.plugins.document.secondary with parameters of type AbstractDocumentNodeStateModifier and TypeMethodDescriptionvoid
SecondaryStoreCache.contentChanged
(@NotNull AbstractDocumentNodeState root)