org.eclipse.emf.cdo.common.commit
Interface CDOCommitInfoManager

All Known Subinterfaces:
InternalCDOCommitInfoManager

public interface CDOCommitInfoManager

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
 CDOCommitInfo getCommitInfo(long timeStamp)
           
 void getCommitInfos(CDOBranch branch, long startTime, long endTime, CDOCommitInfoHandler handler)
           
 void getCommitInfos(CDOBranch branch, long startTime, String userID, String comment, int count, CDOCommitInfoHandler handler)
           
 

Method Detail

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 - 2011 Eike Stepper (Berlin, Germany) and others.