Uses of Class
org.apache.jackrabbit.mk.model.MutableCommit

Packages that use MutableCommit
org.apache.jackrabbit.mk.store   
 

Uses of MutableCommit in org.apache.jackrabbit.mk.store
 

Methods in org.apache.jackrabbit.mk.store with parameters of type MutableCommit
 Id DefaultRevisionStore.putCommit(RevisionStore.PutToken token, MutableCommit commit)
           
 Id RevisionStore.putCommit(RevisionStore.PutToken token, MutableCommit commit)
          Store a new commit.
 Id DefaultRevisionStore.putHeadCommit(RevisionStore.PutToken token, MutableCommit commit, Id branchRootId)
           
 Id RevisionStore.putHeadCommit(RevisionStore.PutToken token, MutableCommit commit, Id branchRootId)
          Put a new head commit.
 



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