| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.document |
| Modifier and Type | Method and Description |
|---|---|
@NotNull DocumentNodeState |
DocumentNodeState.fromExternalChange() |
static DocumentNodeState |
DocumentNodeState.fromString(DocumentNodeStore store,
String s) |
@Nullable DocumentNodeState |
DocumentNodeStore.getNode(@NotNull String path,
@NotNull RevisionVector rev)
Get the node for the given path and revision.
|
@Nullable DocumentNodeState |
NodeDocument.getNodeAtRevision(@NotNull DocumentNodeStore nodeStore,
@NotNull RevisionVector readRevision,
@Nullable Revision lastModified)
Returns a
DocumentNodeState as seen at the given
readRevision. |
@NotNull DocumentNodeState |
DocumentNodeStore.getRoot() |
DocumentNodeState |
DocumentNodeState.withRootRevision(@NotNull RevisionVector root,
boolean externalChange)
|
| Modifier and Type | Method and Description |
|---|---|
Cache<PathRev,DocumentNodeState> |
DocumentNodeStoreBuilder.buildNodeCache(DocumentNodeStore store) |
Iterable<DocumentNodeState> |
DocumentNodeState.getAllBundledNodesStates() |
Cache<PathRev,DocumentNodeState> |
DocumentNodeStore.getNodeCache() |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.