
public interface CDOCommitInfo extends CDOBranchPoint, CDOCommitData
Commit data in the context of a commit info manager with
additional commit informations.INVALID_DATE, UNSPECIFIED_DATE| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
CDOCommitInfoManager |
getCommitInfoManager() |
long |
getPreviousTimeStamp() |
String |
getUserID() |
boolean |
isCommitDataLoaded() |
boolean |
isInitialCommit()
Returns
true if this commit info describes the first initializing commit in the repository, false otherwise. |
getBranch, getTimeStampgetNewPackageUnitscopy, getChangedObjects, getChangeKinds, getDetachedObjects, getNewObjects, isEmpty, mergegetChangeKindCDOCommitInfoManager getCommitInfoManager()
long getPreviousTimeStamp()
String getUserID()
String getComment()
boolean isInitialCommit()
true if this commit info describes the first initializing commit in the repository, false otherwise.boolean isCommitDataLoaded()
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.