Uses of Interface
org.eclipse.emf.cdo.common.revision.CDORevisionProvider

Packages that use CDORevisionProvider
org.eclipse.emf.cdo.common Common concepts that are differently extended in clients and servers. 
org.eclipse.emf.cdo.common.revision Common concepts for dealing with revisions and revision lists. 
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.transaction Client concepts for dealing with transactions, distributed transactions and their save points. 
org.eclipse.emf.cdo.view Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. 
 

Uses of CDORevisionProvider in org.eclipse.emf.cdo.common
 

Subinterfaces of CDORevisionProvider in org.eclipse.emf.cdo.common
 interface CDOCommonTransaction
          Abstracts the information about CDO transactions that is common to both client and server side.
 interface CDOCommonView
          Abstracts the information about CDO views that is common to both client and server side.
 

Uses of CDORevisionProvider in org.eclipse.emf.cdo.common.revision
 

Methods in org.eclipse.emf.cdo.common.revision with parameters of type CDORevisionProvider
static CDOChangeSetData CDORevisionUtil.createChangeSetData(Set<CDOID> ids, CDORevisionProvider startProvider, CDORevisionProvider endProvider)
           
static CDOChangeSetData CDORevisionUtil.createChangeSetData(Set<CDOID> ids, CDORevisionProvider startProvider, CDORevisionProvider endProvider, boolean useStartVersions)
           
static String CDORevisionUtil.getResourceNodePath(CDORevision revision, CDORevisionProvider provider)
           
 

Uses of CDORevisionProvider in org.eclipse.emf.cdo.server
 

Subinterfaces of CDORevisionProvider in org.eclipse.emf.cdo.server
static interface IStoreAccessor.CommitContext
          Represents the state of a single, logical commit operation which is driven through multiple calls to several methods on the IStoreAccessor API.
 interface ITransaction
          The server-side representation of a client transaction.
 interface IView
          The server-side representation of a client view.
 

Methods in org.eclipse.emf.cdo.server with parameters of type CDORevisionProvider
static CDOView CDOServerUtil.openView(ISession session, CDOBranchPoint branchPoint, boolean legacyModeEnabled, CDORevisionProvider revisionProvider)
           
 

Uses of CDORevisionProvider in org.eclipse.emf.cdo.transaction
 

Subinterfaces of CDORevisionProvider in org.eclipse.emf.cdo.transaction
 interface CDOTransaction
          A read-write view to the current (i.e. latest) state of the object graph in the repository.
 

Classes in org.eclipse.emf.cdo.transaction that implement CDORevisionProvider
 class CDOPushTransaction
          A transaction that persists changes to the object graph locally on commit and can later load these changes and push them to the repository.
 

Uses of CDORevisionProvider in org.eclipse.emf.cdo.view
 

Subinterfaces of CDORevisionProvider in org.eclipse.emf.cdo.view
 interface CDOView
          A read-only view to the state of the object graph in the repository of the underlying session at a specific time at a specific branch.
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.