org.apache.jackrabbit.mk.model
Class StoredCommit

java.lang.Object
  extended by org.apache.jackrabbit.mk.model.AbstractCommit
      extended by org.apache.jackrabbit.mk.model.StoredCommit
All Implemented Interfaces:
Commit

public class StoredCommit
extends AbstractCommit


Field Summary
 
Fields inherited from class org.apache.jackrabbit.mk.model.AbstractCommit
branchRootId, changes, commitTS, msg, parentId, rootNodeId
 
Constructor Summary
StoredCommit(Id id, Commit commit)
           
StoredCommit(Id id, Id parentId, long commitTS, Id rootNodeId, String msg, String changes, Id branchRootId)
           
 
Method Summary
static StoredCommit deserialize(Id id, Binding binding)
           
 Id getId()
           
 
Methods inherited from class org.apache.jackrabbit.mk.model.AbstractCommit
getBranchRootId, getChanges, getCommitTS, getMsg, getParentId, getRootNodeId, serialize, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoredCommit

public StoredCommit(Id id,
                    Id parentId,
                    long commitTS,
                    Id rootNodeId,
                    String msg,
                    String changes,
                    Id branchRootId)

StoredCommit

public StoredCommit(Id id,
                    Commit commit)
Method Detail

deserialize

public static StoredCommit deserialize(Id id,
                                       Binding binding)
                                throws Exception
Throws:
Exception

getId

public Id getId()


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