org.eclipse.emf.cdo.common.commit
Interface CDOCommitInfoManager
- All Known Subinterfaces:
- InternalCDOCommitInfoManager
- public interface CDOCommitInfoManager
Loads, provides and possible manages commit info
objects.
- Since:
- 3.0
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
getCommitInfo
CDOCommitInfo getCommitInfo(long timeStamp)
- Since:
- 4.0
getCommitInfos
void getCommitInfos(CDOBranch branch,
long startTime,
long endTime,
CDOCommitInfoHandler handler)
getCommitInfos
void getCommitInfos(CDOBranch branch,
long startTime,
String userID,
String comment,
int count,
CDOCommitInfoHandler handler)
- Since:
- 4.0
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.