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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetBaseOfBranch(CDOBranch branch) getCommitInfo(long timeStamp) Same as callinggetCommitInfo(timeStamp, true).getCommitInfo(long timeStamp, boolean loadOnDemand) Returns the commit info for the given time stamp.getCommitInfo(CDOBranch branch, long startTime, boolean up) voidgetCommitInfos(CDOBranch branch, long startTime, long endTime, CDOCommitInfoHandler handler) voidgetCommitInfos(CDOBranch branch, long startTime, String reserved1, String reserved2, int count, CDOCommitInfoHandler handler) getFirstOfBranch(CDOBranch branch) longlonggetLastCommitOfBranch(CDOBranch branch, boolean loadOnDemand) getLastOfBranch(CDOBranch branch) Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.common.commit.CDOCommitHistory.Provider
getHistory, getHistoryVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.common.commit.CDOCommitInfoProvider
addCommitInfoHandler, getCommitInfoHandlers, removeCommitInfoHandler
-
Methodendetails
-
getRepository
CDOCommonRepository getRepository()- Seit:
- 4.2
-
getCommitInfo
Same as callinggetCommitInfo(timeStamp, true).- Seit:
- 4.0
-
getCommitInfo
Returns the commit info for the given time stamp. If no such commit info is locally available, it is loaded from the repository ifloadOnDemandistrue. Note that this method may returnnulleven ifloadOnDemandistruein 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
nullif no such commit info exists. - Seit:
- 4.6
-
getCommitInfo
- Seit:
- 4.2
-
getCommitInfos
-
getCommitInfos
void getCommitInfos(CDOBranch branch, long startTime, String reserved1, String reserved2, int count, CDOCommitInfoHandler handler) - Seit:
- 4.0
-
getBaseOfBranch
- Seit:
- 4.2
-
getFirstOfBranch
- Seit:
- 4.2
-
getLastOfBranch
- Seit:
- 4.2
-
getLastCommitOfBranch
- Seit:
- 4.6
-
getLastCommit
long getLastCommit()- Seit:
- 4.6
-