Schnittstelle CDOCommitInfoManager

Alle Superschnittstellen:
CDOCommitHistory.Provider<CDOBranch,CDOCommitHistory>, CDOCommitInfoProvider
Alle bekannten Unterschnittstellen:
InternalCDOCommitInfoManager

public interface CDOCommitInfoManager extends CDOCommitInfoProvider, CDOCommitHistory.Provider<CDOBranch,CDOCommitHistory>
Provides access to commit info objects.
Seit:
3.0
Autor:
Andre Dietisheim
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.
  • Methodendetails

    • getRepository

      CDOCommonRepository getRepository()
      Seit:
      4.2
    • getCommitInfo

      CDOCommitInfo getCommitInfo(long timeStamp)
      Seit:
      4.0
    • getCommitInfo

      CDOCommitInfo getCommitInfo(long timeStamp, boolean loadOnDemand)
      Returns the commit info for the given time stamp. If no such commit info is locally available, it is loaded from the repository if loadOnDemand is true. Note that this method may return null even if loadOnDemand is true in case no such commit info exists in the repository.
      Parameter:
      timeStamp - the time stamp of the commit info to retrieve.
      loadOnDemand - whether to load the commit info from the repository if not locally available.
      Gibt zurück:
      the commit info for the given time stamp or null if no such commit info exists.
      Seit:
      4.6
    • getCommitInfo

      CDOCommitInfo getCommitInfo(CDOBranch branch, long startTime, boolean up)
      Seit:
      4.2
    • getCommitInfos

      void getCommitInfos(CDOBranch branch, long startTime, long endTime, CDOCommitInfoHandler handler)
    • getCommitInfos

      void getCommitInfos(CDOBranch branch, long startTime, String reserved1, String reserved2, int count, CDOCommitInfoHandler handler)
      Seit:
      4.0
    • getBaseOfBranch

      CDOCommitInfo getBaseOfBranch(CDOBranch branch)
      Seit:
      4.2
    • getFirstOfBranch

      CDOCommitInfo getFirstOfBranch(CDOBranch branch)
      Seit:
      4.2
    • getLastOfBranch

      CDOCommitInfo getLastOfBranch(CDOBranch branch)
      Seit:
      4.2
    • getLastCommitOfBranch

      long getLastCommitOfBranch(CDOBranch branch, boolean loadOnDemand)
      Seit:
      4.6
    • getLastCommit

      long getLastCommit()
      Seit:
      4.6