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

Packages that use CDORevisionData
org.eclipse.emf.cdo.common.revision Common concepts for dealing with revisions and revision lists. 
org.eclipse.emf.cdo.spi.common.revision Common service provider interfaces and useful base implementations for dealing with revisions and deltas. 
 

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

Methods in org.eclipse.emf.cdo.common.revision that return CDORevisionData
 CDORevisionData CDORevision.data()
           
 

Uses of CDORevisionData in org.eclipse.emf.cdo.spi.common.revision
 

Subinterfaces of CDORevisionData in org.eclipse.emf.cdo.spi.common.revision
 interface InternalCDORevision
          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 CDORevisionData
 class AbstractCDORevision
          If the meaning of this type isn't clear, there really should be more of a description here...
 class BaseCDORevision
          If the meaning of this type isn't clear, there really should be more of a description here...
 class DelegatingCDORevision
          If the meaning of this type isn't clear, there really should be more of a description here...
 class DetachedCDORevision
          If the meaning of this type isn't clear, there really should be more of a description here...
 class PointerCDORevision
          A synthetic revision that represents the initial period of an object in a branch when the object is still associated with a revision from one of the baseline branches.
 class StubCDORevision
          If the meaning of this type isn't clear, there really should be more of a description here...
 class SyntheticCDORevision
          A synthetic revision that represents the initial period of an object in a branch when the object is still associated with a revision from one of the baseline branches.
 

Methods in org.eclipse.emf.cdo.spi.common.revision that return CDORevisionData
 CDORevisionData AbstractCDORevision.data()
           
 CDORevisionData DelegatingCDORevision.data()
           
 



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