Interface CDOCommitInfo
- All Superinterfaces:
CDOBranchPoint
,CDOBranchProvider
,CDOChangeKindProvider
,CDOChangeSetData
,CDOCommitData
,CDOTimeProvider
- All Known Subinterfaces:
CDOCommitHistory.TriggerLoadElement
,CDOSessionInvalidationEvent
,InternalCDOSessionInvalidationEvent
Commit data
in the context of a commit info manager
with
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.CDOBranchPoint
INVALID_DATE, UNSPECIFIED_DATE
-
Method Summary
Modifier and TypeMethodDescriptionlong
boolean
boolean
Returnstrue
if this commit info describes the first initializing commit in therepository
,false
otherwise.Methods inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPoint
getBranch, getTimeStamp
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeKindProvider
getChangeKind
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeSetData
copy, forEachRevision, forEachRevisionDelta, getAffectedIDs, getChangedObjects, getChangeKinds, getDetachedObjects, getNewObjects, isEmpty, merge
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitData
getNewPackageUnits
-
Method Details
-
getCommitInfoManager
CDOCommitInfoManager getCommitInfoManager() -
getPreviousTimeStamp
long getPreviousTimeStamp()- Since:
- 4.0
-
getPreviousCommitInfo
CDOCommitInfo getPreviousCommitInfo()- Since:
- 4.6
-
getUserID
String getUserID() -
getComment
String getComment() -
getMergeSource
CDOBranchPoint getMergeSource()- Since:
- 4.6
-
getMergedCommitInfo
CDOCommitInfo getMergedCommitInfo()- Since:
- 4.6
-
isInitialCommit
boolean isInitialCommit()Returnstrue
if this commit info describes the first initializing commit in therepository
,false
otherwise.- Since:
- 4.2
-
isCommitDataLoaded
boolean isCommitDataLoaded()- Since:
- 4.2
-