Interface CDOCommitInfoManager
- All Superinterfaces:
CDOCommitHistory.Provider<CDOBranch,
,CDOCommitHistory> CDOCommitInfoProvider
- All Known Subinterfaces:
InternalCDOCommitInfoManager
public interface CDOCommitInfoManager
extends CDOCommitInfoProvider, CDOCommitHistory.Provider<CDOBranch,CDOCommitHistory>
Provides access to
commit info
objects.- Since:
- 3.0
- Author:
- 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.
-
Method Summary
Modifier and TypeMethodDescriptiongetBaseOfBranch
(CDOBranch branch) getCommitInfo
(long timeStamp) getCommitInfo
(long timeStamp, boolean loadOnDemand) getCommitInfo
(CDOBranch branch, long startTime, boolean up) void
getCommitInfos
(CDOBranch branch, long startTime, long endTime, CDOCommitInfoHandler handler) void
getCommitInfos
(CDOBranch branch, long startTime, String reserved1, String reserved2, int count, CDOCommitInfoHandler handler) getFirstOfBranch
(CDOBranch branch) long
long
getLastCommitOfBranch
(CDOBranch branch, boolean loadOnDemand) getLastOfBranch
(CDOBranch branch) Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitHistory.Provider
getHistory, getHistory
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitInfoProvider
addCommitInfoHandler, getCommitInfoHandlers, removeCommitInfoHandler
-
Method Details
-
getRepository
CDOCommonRepository getRepository()- Since:
- 4.2
-
getCommitInfo
- Since:
- 4.0
-
getCommitInfo
- Since:
- 4.6
-
getCommitInfo
- Since:
- 4.2
-
getCommitInfos
-
getCommitInfos
void getCommitInfos(CDOBranch branch, long startTime, String reserved1, String reserved2, int count, CDOCommitInfoHandler handler) - Since:
- 4.0
-
getBaseOfBranch
- Since:
- 4.2
-
getFirstOfBranch
- Since:
- 4.2
-
getLastOfBranch
- Since:
- 4.2
-
getLastCommitOfBranch
- Since:
- 4.6
-
getLastCommit
long getLastCommit()- Since:
- 4.6
-