Interface InternalCDORevisionManager.RevisionLoader3
- 
- All Superinterfaces:
- InternalCDORevisionManager.RevisionLoader,- InternalCDORevisionManager.RevisionLoader2
 - All Known Subinterfaces:
- CDOSessionProtocol,- InternalFailoverParticipant,- InternalRepository,- InternalSynchronizableRepository
 - Enclosing interface:
- InternalCDORevisionManager
 
 public static interface InternalCDORevisionManager.RevisionLoader3 extends InternalCDORevisionManager.RevisionLoader2 If the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 4.15
- 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 Modifier and Type Method Description java.util.List<RevisionInfo>loadRevisions(java.util.List<RevisionInfo> infos, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean prefetchLockStates)- 
Methods inherited from interface org.eclipse.emf.cdo.spi.common.revision.InternalCDORevisionManager.RevisionLoaderhandleRevisions, loadRevisionByVersion, loadRevisions
 - 
Methods inherited from interface org.eclipse.emf.cdo.spi.common.revision.InternalCDORevisionManager.RevisionLoader2loadObjectLifetime
 
- 
 
- 
- 
- 
Method Detail- 
loadRevisionsjava.util.List<RevisionInfo> loadRevisions(java.util.List<RevisionInfo> infos, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean prefetchLockStates) 
 
- 
 
-