|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.mk.model.AbstractCommit
org.apache.jackrabbit.mk.model.StoredCommit
public class StoredCommit
| 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 |
|---|
public StoredCommit(Id id,
Id parentId,
long commitTS,
Id rootNodeId,
String msg,
String changes,
Id branchRootId)
public StoredCommit(Id id,
Commit commit)
| Method Detail |
|---|
public static StoredCommit deserialize(Id id,
Binding binding)
throws Exception
Exceptionpublic Id getId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||