Interface CDOCommitInfo
- 
- All Superinterfaces:
- CDOBranchPoint,- CDOBranchProvider,- CDOChangeKindProvider,- CDOChangeSetData,- CDOCommitData,- CDOTimeProvider
 - All Known Subinterfaces:
- CDOCommitHistory.TriggerLoadElement,- CDOSessionInvalidationEvent,- InternalCDOSessionInvalidationEvent
 
 public interface CDOCommitInfo extends CDOBranchPoint, CDOCommitData Commit datain the context of acommit info managerwith additional commit informations.- Since:
- 3.0
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Field Summary- 
Fields inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPointINVALID_DATE, UNSPECIFIED_DATE
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetComment()CDOCommitInfoManagergetCommitInfoManager()CDOCommitInfogetMergedCommitInfo()CDOBranchPointgetMergeSource()CDOCommitInfogetPreviousCommitInfo()longgetPreviousTimeStamp()java.lang.StringgetUserID()booleanisCommitDataLoaded()booleanisInitialCommit()Returnstrueif this commit info describes the first initializing commit in therepository,falseotherwise.- 
Methods inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPointgetBranch, getTimeStamp
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeKindProvidergetChangeKind
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeSetDatacopy, forEachRevision, forEachRevisionDelta, getAffectedIDs, getChangedObjects, getChangeKinds, getDetachedObjects, getNewObjects, isEmpty, merge
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitDatagetNewPackageUnits
 
- 
 
- 
- 
- 
Method Detail- 
getCommitInfoManagerCDOCommitInfoManager getCommitInfoManager() 
 - 
getPreviousTimeStamplong getPreviousTimeStamp() - Since:
- 4.0
 
 - 
getPreviousCommitInfoCDOCommitInfo getPreviousCommitInfo() - Since:
- 4.6
 
 - 
getUserIDjava.lang.String getUserID() 
 - 
getCommentjava.lang.String getComment() 
 - 
getMergeSourceCDOBranchPoint getMergeSource() - Since:
- 4.6
 
 - 
getMergedCommitInfoCDOCommitInfo getMergedCommitInfo() - Since:
- 4.6
 
 - 
isInitialCommitboolean isInitialCommit() Returnstrueif this commit info describes the first initializing commit in therepository,falseotherwise.- Since:
- 4.2
 
 - 
isCommitDataLoadedboolean isCommitDataLoaded() - Since:
- 4.2
 
 
- 
 
-