Interface InternalCDORevisionManager.RevisionLoader
- 
- All Known Subinterfaces:
- CDOSessionProtocol,- InternalCDORevisionManager.RevisionLoader2,- InternalCDORevisionManager.RevisionLoader3,- InternalFailoverParticipant,- InternalRepository,- InternalSynchronizableRepository
 - Enclosing interface:
- InternalCDORevisionManager
 
 public static interface InternalCDORevisionManager.RevisionLoaderIf the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 3.0
- Author:
- Eike Stepper
- 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 SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidhandleRevisions(org.eclipse.emf.ecore.EClass eClass, CDOBranch branch, boolean exactBranch, long timeStamp, boolean exactTime, CDORevisionHandler handler)InternalCDORevisionloadRevisionByVersion(CDOID id, CDOBranchVersion branchVersion, int referenceChunk)java.util.List<RevisionInfo>loadRevisions(java.util.List<RevisionInfo> infos, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth)Deprecated.
 
- 
- 
- 
Method Detail- 
loadRevisions@Deprecated java.util.List<RevisionInfo> loadRevisions(java.util.List<RevisionInfo> infos, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth) Deprecated.
 - 
loadRevisionByVersionInternalCDORevision loadRevisionByVersion(CDOID id, CDOBranchVersion branchVersion, int referenceChunk) 
 - 
handleRevisionsvoid handleRevisions(org.eclipse.emf.ecore.EClass eClass, CDOBranch branch, boolean exactBranch, long timeStamp, boolean exactTime, CDORevisionHandler handler)- Since:
- 4.3
 
 
- 
 
-