org.apache.jackrabbit.mk.store
Interface RevisionProvider

All Known Subinterfaces:
RevisionStore
All Known Implementing Classes:
DefaultRevisionStore

public interface RevisionProvider

Read operations.


Method Summary
 ChildNodeEntriesMap getCNEMap(Id id)
           
 StoredCommit getCommit(Id id)
           
 StoredCommit getHeadCommit()
           
 Id getHeadCommitId()
           
 StoredNode getNode(Id id)
           
 StoredNode getRootNode(Id commitId)
           
 

Method Detail

getNode

StoredNode getNode(Id id)
                   throws NotFoundException,
                          Exception
Throws:
NotFoundException
Exception

getCommit

StoredCommit getCommit(Id id)
                       throws NotFoundException,
                              Exception
Throws:
NotFoundException
Exception

getCNEMap

ChildNodeEntriesMap getCNEMap(Id id)
                              throws NotFoundException,
                                     Exception
Throws:
NotFoundException
Exception

getRootNode

StoredNode getRootNode(Id commitId)
                       throws NotFoundException,
                              Exception
Throws:
NotFoundException
Exception

getHeadCommit

StoredCommit getHeadCommit()
                           throws Exception
Throws:
Exception

getHeadCommitId

Id getHeadCommitId()
                   throws Exception
Throws:
Exception


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.