|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RevisionProvider
Read operations.
| Method Summary | |
|---|---|
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)
|
| Methods inherited from interface org.apache.jackrabbit.mk.model.NodeStore |
|---|
compare, getRoot |
| Method Detail |
|---|
NodeState getNodeState(StoredNode node)
StoredNode to a corresponding
NodeState instance.
node - stored node instance
Id getId(NodeState node)
NodeState to the corresponding identifier.
node - node state
StoredNode getNode(Id id)
throws NotFoundException,
Exception
NotFoundException
Exception
StoredCommit getCommit(Id id)
throws NotFoundException,
Exception
NotFoundException
Exception
ChildNodeEntriesMap getCNEMap(Id id)
throws NotFoundException,
Exception
NotFoundException
Exception
StoredNode getRootNode(Id commitId)
throws NotFoundException,
Exception
NotFoundException
Exception
StoredCommit getHeadCommit()
throws Exception
Exception
Id getHeadCommitId()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||