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

Packages that use CDORevisionKey
org.eclipse.emf.cdo.common.commit Common concepts for dealing with commits and change sets. 
org.eclipse.emf.cdo.common.protocol Common concepts for dealing with protocols and CDO-specific I/O. 
org.eclipse.emf.cdo.common.revision Common concepts for dealing with revisions and revision lists. 
org.eclipse.emf.cdo.common.revision.delta Common concepts for dealing with revision deltas and feature deltas. 
org.eclipse.emf.cdo.util Client utility classes, some common interfaces and exceptions. 
org.eclipse.emf.cdo.view Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. 
 

Uses of CDORevisionKey in org.eclipse.emf.cdo.common.commit
 

Methods in org.eclipse.emf.cdo.common.commit that return types with arguments of type CDORevisionKey
 List<CDORevisionKey> CDOChangeSetData.getChangedObjects()
          Returns a collection of revision keys denoting which (original) revisions have been changed in the context of a commit operation.
 

Uses of CDORevisionKey in org.eclipse.emf.cdo.common.protocol
 

Methods in org.eclipse.emf.cdo.common.protocol that return CDORevisionKey
 CDORevisionKey CDODataInput.readCDORevisionKey()
           
 

Methods in org.eclipse.emf.cdo.common.protocol with parameters of type CDORevisionKey
 void CDODataOutput.writeCDORevisionKey(CDORevisionKey revisionKey)
           
 

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

Subinterfaces of CDORevisionKey in org.eclipse.emf.cdo.common.revision
 interface CDORevision
          Encapsulates the immutable system information of a single CDO object between two commits in a branch and provides access to its modeled data.
static interface CDORevisionCache.EvictionEvent
          An event fired from a revision cache for revisions that are evicted because they are no longer strongly referenced when free memory runs low.
 

Methods in org.eclipse.emf.cdo.common.revision that return CDORevisionKey
static CDORevisionKey CDORevisionUtil.copyRevisionKey(CDORevisionKey source)
           
static CDORevisionKey CDORevisionUtil.createRevisionKey(CDOID id, CDOBranch branch, int version)
           
static CDORevisionKey CDORevisionUtil.parseRevisionKey(String source, CDOBranchManager branchManager)
           
 

Methods in org.eclipse.emf.cdo.common.revision with parameters of type CDORevisionKey
 int CDORevisionUtil.CDORevisionComparator.compare(CDORevisionKey rev1, CDORevisionKey rev2)
           
static CDORevisionKey CDORevisionUtil.copyRevisionKey(CDORevisionKey source)
           
static String CDORevisionUtil.formatRevisionKey(CDORevisionKey key)
           
 

Method parameters in org.eclipse.emf.cdo.common.revision with type arguments of type CDORevisionKey
static CDOChangeSetData CDORevisionUtil.createChangeSetData(List<CDOIDAndVersion> newObjects, List<CDORevisionKey> changedObjects, List<CDOIDAndVersion> detachedObjects)
           
 

Uses of CDORevisionKey in org.eclipse.emf.cdo.common.revision.delta
 

Subinterfaces of CDORevisionKey in org.eclipse.emf.cdo.common.revision.delta
 interface CDORevisionDelta
          Represents the change delta between two revisions of a CDO object.
 

Uses of CDORevisionKey in org.eclipse.emf.cdo.util
 

Methods in org.eclipse.emf.cdo.util that return CDORevisionKey
 CDORevisionKey[] StaleRevisionLockException.getStaleRevisions()
           
 

Constructors in org.eclipse.emf.cdo.util with parameters of type CDORevisionKey
StaleRevisionLockException(CDORevisionKey[] staleRevisions)
           
 

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

Methods in org.eclipse.emf.cdo.view with parameters of type CDORevisionKey
 void CDOInvalidationPolicy.handleInvalidation(CDOObject object, CDORevisionKey key)
           
 



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