Uses of Interface
org.eclipse.emf.cdo.common.revision.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
-
Uses of CDORevisionManager in org.eclipse.emf.cdo.common.revision
Modifier and TypeMethodDescriptionstatic CDORevisionManager
CDORevisionUtil.createRevisionManager()
static CDORevisionManager
CDORevisionUtil.createRevisionManager
(CDORevisionCache cache) CDORevisionsLoadedEvent.getSource()
Modifier and TypeMethodDescriptionstatic CDOChangeSetData
CDORevisionUtil.createChangeSetData
(Set<CDOID> ids, CDOBranchPoint startPoint, CDOBranchPoint endPoint, CDORevisionManager revisionManager) -
Uses of CDORevisionManager in org.eclipse.emf.cdo.net4j
Modifier and TypeMethodDescriptionvoid
CDONet4jSessionConfiguration.setRevisionManager
(CDORevisionManager revisionManager) -
Uses of CDORevisionManager in org.eclipse.emf.cdo.server
-
Uses of CDORevisionManager in org.eclipse.emf.cdo.server.embedded
Modifier 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
Modifier 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
ModifierConstructorDescriptionCDORevisionAvailabilityInfo
(CDOBranchPoint branchPoint, CDORevisionManager revisionManager) -
Uses of CDORevisionManager in org.eclipse.emf.cdo.spi.common.revision
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeMethodDescriptionstatic CDORevision
ManagedRevisionProvider.provideRevision
(CDORevisionManager revisionManager, CDOID id, CDOBranchPoint branchPoint) ModifierConstructorDescriptionManagedRevisionProvider
(CDORevisionManager revisionManager, CDOBranchPoint branchPoint) WithSynthetics
(CDORevisionManager revisionManager, CDOBranchPoint branchPoint) -
Uses of CDORevisionManager in org.eclipse.emf.cdo.view
Modifier and TypeMethodDescriptionCDORevisionPrefetchingPolicy.loadAhead
(CDORevisionManager revisionManager, CDOBranchPoint branchPoint, EObject targetObject, EStructuralFeature feature, CDOList list, int accessIndex, CDOID accessID)