public interface RevisionProvider
| Modifier and Type | Method and Description |
|---|---|
ChildNodeEntriesMap |
getCNEMap(Id id) |
StoredCommit |
getCommit(Id id) |
StoredCommit |
getHeadCommit() |
Id |
getHeadCommitId() |
StoredNode |
getNode(Id id) |
StoredNode |
getRootNode(Id commitId) |
StoredNode 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-2015 The Apache Software Foundation. All Rights Reserved.