Uses of Class
org.eclipse.emf.cdo.spi.common.revision.SyntheticCDORevision

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

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

Subclasses of SyntheticCDORevision in org.eclipse.emf.cdo.spi.common.revision
 class DetachedCDORevision
           
 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.
 

Methods in org.eclipse.emf.cdo.spi.common.revision that return SyntheticCDORevision
 SyntheticCDORevision RevisionInfo.getSynthetic()
           
 

Methods in org.eclipse.emf.cdo.spi.common.revision with parameters of type SyntheticCDORevision
 InternalCDORevision DelegatingCDORevisionManager.getRevision(CDOID id, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand, SyntheticCDORevision[] synthetics)
           
 InternalCDORevision InternalCDORevisionManager.getRevision(CDOID id, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand, SyntheticCDORevision[] synthetics)
           
 List<CDORevision> DelegatingCDORevisionManager.getRevisions(List<CDOID> ids, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand, SyntheticCDORevision[] synthetics)
           
 List<CDORevision> InternalCDORevisionManager.getRevisions(List<CDOID> ids, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand, SyntheticCDORevision[] synthetics)
           
 void RevisionInfo.processResult(InternalCDORevisionManager revisionManager, List<CDORevision> results, SyntheticCDORevision[] synthetics, int i)
           
 void RevisionInfo.Available.Normal.processResult(InternalCDORevisionManager revisionManager, List<CDORevision> results, SyntheticCDORevision[] synthetics, int i)
           
 void RevisionInfo.Available.Pointer.processResult(InternalCDORevisionManager revisionManager, List<CDORevision> results, SyntheticCDORevision[] synthetics, int i)
           
 void RevisionInfo.Available.Detached.processResult(InternalCDORevisionManager revisionManager, List<CDORevision> results, SyntheticCDORevision[] synthetics, int i)
           
 void RevisionInfo.setSynthetic(SyntheticCDORevision synthetic)
           
 



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