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

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

public interface InternalCDORevisionCache
extends CDORevisionCache, CDOAllRevisionsProvider, ILifecycle

If the meaning of this type isn't clear, there really should be more of a description here...

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