|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CDORevisionManager | |
|---|---|
| org.eclipse.emf.cdo.common.revision | Common concepts for dealing with revisions and revision lists. |
| org.eclipse.emf.cdo.net4j | Client concepts for dealing with Net4j-based sessions to remote repositories. |
| org.eclipse.emf.cdo.server | Server concepts for dealing with repositories and stores. |
| org.eclipse.emf.cdo.server.embedded | Server concepts for dealing with embedded sessions. |
| org.eclipse.emf.cdo.session | Client concepts for dealing with sessions to CDO repositories. |
| org.eclipse.emf.cdo.spi.common.revision | Common service provider interfaces and useful base implementations for dealing with revisions and deltas. |
| org.eclipse.emf.cdo.view | Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. |
| Uses of CDORevisionManager in org.eclipse.emf.cdo.common.revision |
|---|
| Methods in org.eclipse.emf.cdo.common.revision that return CDORevisionManager | |
|---|---|
static CDORevisionManager |
CDORevisionUtil.createRevisionManager()
|
static CDORevisionManager |
CDORevisionUtil.createRevisionManager(CDORevisionCache cache)
|
| Methods in org.eclipse.emf.cdo.common.revision with parameters of type CDORevisionManager | |
|---|---|
static 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 CDORevisionManager | |
|---|---|
CDORevisionManager |
CDONet4jSessionConfiguration.getRevisionManager()
|
| Methods in org.eclipse.emf.cdo.net4j with parameters of type CDORevisionManager | |
|---|---|
void |
CDONet4jSessionConfiguration.setRevisionManager(CDORevisionManager revisionManager)
|
| Uses of CDORevisionManager in org.eclipse.emf.cdo.server |
|---|
| Methods in org.eclipse.emf.cdo.server that return CDORevisionManager | |
|---|---|
CDORevisionManager |
IRepository.getRevisionManager()
|
| Uses of CDORevisionManager in org.eclipse.emf.cdo.server.embedded |
|---|
| Methods in org.eclipse.emf.cdo.server.embedded that return CDORevisionManager | |
|---|---|
CDORevisionManager |
CDOSessionConfiguration.getRevisionManager()
Deprecated. |
| Methods in org.eclipse.emf.cdo.server.embedded with parameters of type CDORevisionManager | |
|---|---|
void |
CDOSessionConfiguration.setRevisionManager(CDORevisionManager revisionManager)
Deprecated. |
| Uses of CDORevisionManager in org.eclipse.emf.cdo.session |
|---|
| Methods in org.eclipse.emf.cdo.session that return CDORevisionManager | |
|---|---|
CDORevisionManager |
CDOSession.getRevisionManager()
Returns the CDO revision manager that manages the revisions of the
repository of this session. |
| Uses of CDORevisionManager in org.eclipse.emf.cdo.spi.common.revision |
|---|
| Subinterfaces of CDORevisionManager in org.eclipse.emf.cdo.spi.common.revision | |
|---|---|
interface |
InternalCDORevisionManager
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 CDORevisionManager | |
|---|---|
class |
DelegatingCDORevisionManager
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 CDORevisionManager | |
|---|---|
CDORevisionManager |
ManagedRevisionProvider.getRevisionManager()
|
| Constructors in org.eclipse.emf.cdo.spi.common.revision with parameters of type CDORevisionManager | |
|---|---|
ManagedRevisionProvider(CDORevisionManager revisionManager,
CDOBranchPoint branchPoint)
|
|
| Uses of CDORevisionManager in org.eclipse.emf.cdo.view |
|---|
| Methods in org.eclipse.emf.cdo.view with parameters of type CDORevisionManager | |
|---|---|
List<CDOID> |
CDORevisionPrefetchingPolicy.loadAhead(CDORevisionManager revisionManager,
CDOBranchPoint branchPoint,
EObject targetObject,
EStructuralFeature feature,
CDOList list,
int accessIndex,
CDOID accessID)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||