Interface CDOCommitInfo

All Superinterfaces:
CDOBranchPoint, CDOBranchProvider, CDOChangeKindProvider, CDOChangeSetData, CDOCommitData, CDOTimeProvider
All Known Subinterfaces:
CDOCommitHistory.TriggerLoadElement, CDOSessionInvalidationEvent, InternalCDOSessionInvalidationEvent

public interface CDOCommitInfo extends CDOBranchPoint, CDOCommitData
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.
  • 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()
      Returns true if this commit info describes the first initializing commit in the repository, false otherwise.
      Since:
      4.2
    • isCommitDataLoaded

      boolean isCommitDataLoaded()
      Since:
      4.2