Interface InternalCDORevisionCache
- 
- All Superinterfaces:
- CDOAllRevisionsProvider,- CDORevisionCache,- CDORevisionCacheAdder,- CDORevisionInterner,- org.eclipse.net4j.util.lifecycle.IDeactivateable,- org.eclipse.net4j.util.lifecycle.ILifecycle,- org.eclipse.net4j.util.event.INotifier
 
 public interface InternalCDORevisionCache extends CDORevisionCache, CDORevisionInterner, CDOAllRevisionsProvider, org.eclipse.net4j.util.lifecycle.ILifecycle If 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.
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionCacheCDORevisionCache.AdditionEvent, CDORevisionCache.EvictionEvent
 
- 
 - 
Field Summary- 
Fields inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionCacheNOOP
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()voidgetAllRevisions(java.util.List<InternalCDORevision> result)Fills a list with allrevisions.java.util.List<CDORevision>getRevisions(CDOBranchPoint branchPoint)InternalCDORevisionCacheinstantiate(CDORevision revision)CDORevisionremoveRevision(CDOID id, CDOBranchVersion branchVersion)voidremoveRevisions(CDOBranch... branches)- 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDOAllRevisionsProvidergetAllRevisions
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionCacheaddRevision, forEachCurrentRevision, forEachRevision, forEachValidRevision, getCurrentRevisions, getObjectType, getRevision, getRevisionByVersion
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionInternerinternRevision
 
- 
 
- 
- 
- 
Method Detail- 
instantiateInternalCDORevisionCache instantiate(CDORevision revision) 
 - 
removeRevisionCDORevision removeRevision(CDOID id, CDOBranchVersion branchVersion) 
 - 
removeRevisionsvoid removeRevisions(CDOBranch... branches) - Since:
- 4.15
 
 - 
clearvoid clear() 
 - 
getRevisionsjava.util.List<CDORevision> getRevisions(CDOBranchPoint branchPoint) 
 - 
getAllRevisionsvoid getAllRevisions(java.util.List<InternalCDORevision> result) Fills a list with allrevisions.- Since:
- 4.3
- See Also:
- CDOAllRevisionsProvider.getAllRevisions()
 
 
- 
 
-