Uses of Interface
org.eclipse.emf.cdo.common.revision.CDORevisionManager
Packages that use CDORevisionManager
Package
Description
Common concepts that are differently extended in clients and servers.
Common concepts for dealing with revisions and revision lists.
Client concepts for dealing with Net4j-based sessions to remote repositories.
Server concepts for dealing with repositories and stores.
Server concepts for dealing with Net4j-based repositories and fail-over infrastructure.
Client concepts for dealing with sessions to CDO repositories.
Common service provider interfaces and useful base implementations for dealing with commits and change sets.
Common service provider interfaces and useful base implementations for dealing with revisions and deltas.
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
-
Uses of CDORevisionManager in org.eclipse.emf.cdo.common
Methods in org.eclipse.emf.cdo.common that return CDORevisionManager -
Uses of CDORevisionManager in org.eclipse.emf.cdo.common.revision
Methods in org.eclipse.emf.cdo.common.revision that return CDORevisionManagerModifier and TypeMethodDescriptionstatic CDORevisionManager
CDORevisionUtil.createRevisionManager()
static CDORevisionManager
CDORevisionUtil.createRevisionManager
(CDORevisionCache cache) CDORevisionsLoadedEvent.getSource()
Methods in org.eclipse.emf.cdo.common.revision with parameters of type CDORevisionManagerModifier and TypeMethodDescriptionstatic CDOChangeSetData
CDORevisionUtil.createChangeSetData
(Set<CDOID> ids, CDOBranchPoint startPoint, CDOBranchPoint endPoint, CDORevisionManager revisionManager) -
Uses of CDORevisionManager in org.eclipse.emf.cdo.net4j
Methods in org.eclipse.emf.cdo.net4j that return CDORevisionManagerMethods in org.eclipse.emf.cdo.net4j with parameters of type CDORevisionManagerModifier and TypeMethodDescriptionvoid
CDONet4jSessionConfiguration.setRevisionManager
(CDORevisionManager revisionManager) -
Uses of CDORevisionManager in org.eclipse.emf.cdo.server
Methods in org.eclipse.emf.cdo.server that return CDORevisionManager -
Uses of CDORevisionManager in org.eclipse.emf.cdo.server.embedded
Methods in org.eclipse.emf.cdo.server.embedded with parameters of type CDORevisionManagerModifier and TypeMethodDescriptionCDOEmbeddedRepositoryConfig.createSessionConfiguration
(org.eclipse.net4j.connector.IConnector connector, CDOBranchManager branchManager, CDORevisionManager revisionManager) Subclasses may override. -
Uses of CDORevisionManager in org.eclipse.emf.cdo.session
Methods in org.eclipse.emf.cdo.session that return CDORevisionManagerModifier and TypeMethodDescriptionCDOSession.getRevisionManager()
Returns the CDOrevision manager
that manages therevisions
of the repository of this session. -
Uses of CDORevisionManager in org.eclipse.emf.cdo.spi.common.commit
Constructors in org.eclipse.emf.cdo.spi.common.commit with parameters of type CDORevisionManagerModifierConstructorDescriptionCDORevisionAvailabilityInfo
(CDOBranchPoint branchPoint, CDORevisionManager revisionManager) -
Uses of CDORevisionManager in org.eclipse.emf.cdo.spi.common.revision
Subinterfaces of CDORevisionManager in org.eclipse.emf.cdo.spi.common.revisionModifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Classes in org.eclipse.emf.cdo.spi.common.revision that implement CDORevisionManagerModifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...Methods in org.eclipse.emf.cdo.spi.common.revision that return CDORevisionManagerMethods in org.eclipse.emf.cdo.spi.common.revision with parameters of type CDORevisionManagerModifier and TypeMethodDescriptionstatic CDORevision
ManagedRevisionProvider.provideRevision
(CDORevisionManager revisionManager, CDOID id, CDOBranchPoint branchPoint) Constructors in org.eclipse.emf.cdo.spi.common.revision with parameters of type CDORevisionManagerModifierConstructorDescriptionManagedRevisionProvider
(CDORevisionManager revisionManager, CDOBranchPoint branchPoint) WithSynthetics
(CDORevisionManager revisionManager, CDOBranchPoint branchPoint) -
Uses of CDORevisionManager in org.eclipse.emf.cdo.view
Methods in org.eclipse.emf.cdo.view with parameters of type CDORevisionManagerModifier and TypeMethodDescriptionCDORevisionPrefetchingPolicy.loadAhead
(CDORevisionManager revisionManager, CDOBranchPoint branchPoint, EObject targetObject, EStructuralFeature feature, CDOList list, int accessIndex, CDOID accessID)