Uses of Interface
org.eclipse.emf.cdo.spi.common.revision.InternalCDORevisionManager
Packages that use InternalCDORevisionManager
Package
Description
Common service provider interfaces and useful base implementations for dealing with revisions and deltas.
Server service provider interfaces and useful base implementations.
Client service provider interfaces and useful base implementations.
-
Uses of InternalCDORevisionManager in org.eclipse.emf.cdo.spi.common.revision
Classes in org.eclipse.emf.cdo.spi.common.revision that implement InternalCDORevisionManagerModifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...Fields in org.eclipse.emf.cdo.spi.common.revision declared as InternalCDORevisionManagerModifier and TypeFieldDescriptionprotected final InternalCDORevisionManager
ManagedRevisionProvider.revisionManager
Methods in org.eclipse.emf.cdo.spi.common.revision that return InternalCDORevisionManagerModifier and TypeMethodDescriptionprotected abstract InternalCDORevisionManager
DelegatingCDORevisionManager.getDelegate()
Methods in org.eclipse.emf.cdo.spi.common.revision with parameters of type InternalCDORevisionManagerModifier and TypeMethodDescriptionvoid
RevisionInfo.execute
(InternalCDORevisionManager revisionManager, int referenceChunk) void
RevisionInfo.Available.Detached.processResult
(InternalCDORevisionManager revisionManager, List<CDORevision> results, SyntheticCDORevision[] synthetics, int i) void
RevisionInfo.Available.Normal.processResult
(InternalCDORevisionManager revisionManager, List<CDORevision> results, SyntheticCDORevision[] synthetics, int i) void
RevisionInfo.Available.Pointer.processResult
(InternalCDORevisionManager revisionManager, List<CDORevision> results, SyntheticCDORevision[] synthetics, int i) void
RevisionInfo.processResult
(InternalCDORevisionManager revisionManager, List<CDORevision> results, SyntheticCDORevision[] synthetics, int i) -
Uses of InternalCDORevisionManager in org.eclipse.emf.cdo.spi.server
Methods in org.eclipse.emf.cdo.spi.server that return InternalCDORevisionManagerMethods in org.eclipse.emf.cdo.spi.server with parameters of type InternalCDORevisionManagerModifier and TypeMethodDescriptionvoid
InternalRepository.setRevisionManager
(InternalCDORevisionManager revisionManager) -
Uses of InternalCDORevisionManager in org.eclipse.emf.spi.cdo
Methods in org.eclipse.emf.spi.cdo that return InternalCDORevisionManagerMethods in org.eclipse.emf.spi.cdo with parameters of type InternalCDORevisionManagerModifier and TypeMethodDescriptionvoid
InternalCDOSession.setRevisionManager
(InternalCDORevisionManager revisionManager)