public interface RevisionProvider extends NodeStore
| Modifier and Type | Method and Description |
|---|---|
ChildNodeEntriesMap |
getCNEMap(Id id) |
StoredCommit |
getCommit(Id id) |
StoredCommit |
getHeadCommit() |
Id |
getHeadCommitId() |
Id |
getId(NodeState node)
Adapts the given
NodeState to the corresponding identifier. |
StoredNode |
getNode(Id id) |
NodeState |
getNodeState(StoredNode node)
Adapts the given
StoredNode to a corresponding
NodeState instance. |
StoredNode |
getRootNode(Id commitId) |
NodeState getNodeState(StoredNode node)
StoredNode to a corresponding
NodeState instance.node - stored node instanceId getId(NodeState node)
NodeState to the corresponding identifier.node - node stateStoredNode getNode(Id id) throws NotFoundException, Exception
NotFoundExceptionExceptionStoredCommit getCommit(Id id) throws NotFoundException, Exception
NotFoundExceptionExceptionChildNodeEntriesMap getCNEMap(Id id) throws NotFoundException, Exception
NotFoundExceptionExceptionStoredNode getRootNode(Id commitId) throws NotFoundException, Exception
NotFoundExceptionExceptionStoredCommit getHeadCommit() throws Exception
ExceptionCopyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.