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.CDORevisionCache
CDORevisionCache.AdditionEvent, CDORevisionCache.EvictionEvent
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycle
org.eclipse.net4j.util.lifecycle.ILifecycle.DeferrableActivation
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2
-
Field Summary
Fields inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionCache
NOOP
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
getAllRevisions
(List<InternalCDORevision> result) Fills a list with allrevisions
.getRevisions
(CDOBranchPoint branchPoint) instantiate
(CDORevision revision) removeRevision
(CDOID id, CDOBranchVersion branchVersion) void
removeRevisions
(CDOBranch... branches) Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDOAllRevisionsProvider
getAllRevisions
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionCache
addRevision, forEachCurrentRevision, forEachRevision, forEachValidRevision, getCurrentRevisions, getObjectType, getRevision, getRevisionByVersion
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionInterner
internRevision
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 Details
-
instantiate
-
removeRevision
-
removeRevisions
- Since:
- 4.15
-
clear
void clear() -
getRevisions
-
getAllRevisions
Fills a list with allrevisions
.- Since:
- 4.3
- See Also:
-