org.eclipse.emf.cdo.spi.common.revision
Interface InternalCDORevisionCache

All Superinterfaces:
CDOAllRevisionsProvider, CDORevisionCache, CDORevisionCacheAdder, ILifecycle, INotifier

public interface InternalCDORevisionCache
extends CDORevisionCache, CDOAllRevisionsProvider, ILifecycle

Since:
3.0

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionCache
CDORevisionCache.EvictionEvent
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycle
ILifecycle.DeferrableActivation
 
Field Summary
 
Fields inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionCache
NOOP
 
Method Summary
 void clear()
           
 List<CDORevision> getRevisions(CDOBranchPoint branchPoint)
           
 InternalCDORevisionCache instantiate(CDORevision revision)
           
 CDORevision removeRevision(CDOID id, CDOBranchVersion branchVersion)
           
 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionCache
getCurrentRevisions, getObjectType, getRevision, getRevisionByVersion
 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionCacheAdder
addRevision
 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDOAllRevisionsProvider
getAllRevisions
 
Methods inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycle
activate, deactivate, getLifecycleState, isActive
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 

Method Detail

instantiate

InternalCDORevisionCache instantiate(CDORevision revision)

removeRevision

CDORevision removeRevision(CDOID id,
                           CDOBranchVersion branchVersion)

clear

void clear()

getRevisions

List<CDORevision> getRevisions(CDOBranchPoint branchPoint)


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.