Uses of Interface
org.eclipse.emf.cdo.common.branch.CDOBranchVersion

Packages that use CDOBranchVersion
org.eclipse.emf.cdo.common.branch Common concepts for dealing with branches. 
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.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.spi.common.branch Common service provider interfaces and useful base implementations for dealing with branches. 
org.eclipse.emf.cdo.spi.common.revision Common service provider interfaces and useful base implementations for dealing with revisions and deltas. 
 

Uses of CDOBranchVersion in org.eclipse.emf.cdo.common.branch
 

Methods in org.eclipse.emf.cdo.common.branch that return CDOBranchVersion
 CDOBranchVersion CDOBranch.getVersion(int version)
          Returns the branch version in this branch with the given version number.
 

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

Methods in org.eclipse.emf.cdo.common.protocol that return CDOBranchVersion
 CDOBranchVersion CDODataInput.readCDOBranchVersion()
           
 

Methods in org.eclipse.emf.cdo.common.protocol with parameters of type CDOBranchVersion
 void CDODataOutput.writeCDOBranchVersion(CDOBranchVersion branchVersion)
           
 

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

Subinterfaces of CDOBranchVersion in org.eclipse.emf.cdo.common.revision
 interface CDORevisable
          An entity that has a defined lifetime (creation plus revision) and a version in a branch.
 interface CDORevision
          Encapsulates the immutable information of a single CDO object between two commits in a branch.
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.
 interface CDORevisionKey
          Uniquely identifies a revision by version in a branch.
 

Methods in org.eclipse.emf.cdo.common.revision with parameters of type CDOBranchVersion
 boolean CDORevisionManager.containsRevisionByVersion(CDOID id, CDOBranchVersion branchVersion)
           
 CDORevision CDORevisionCache.getRevisionByVersion(CDOID id, CDOBranchVersion branchVersion)
           
 CDORevision CDORevisionManager.getRevisionByVersion(CDOID id, CDOBranchVersion branchVersion, int referenceChunk, boolean loadOnDemand)
           
 

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

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

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

Methods in org.eclipse.emf.cdo.server with parameters of type CDOBranchVersion
 InternalCDORevision IStoreAccessor.readRevisionByVersion(CDOID id, CDOBranchVersion branchVersion, int listChunk, CDORevisionCacheAdder cache)
          Reads a revision with the given version in the given branch from the back-end.
 

Uses of CDOBranchVersion in org.eclipse.emf.cdo.spi.common.branch
 

Methods in org.eclipse.emf.cdo.spi.common.branch that return CDOBranchVersion
static CDOBranchVersion CDOBranchUtil.copyBranchVersion(CDOBranchVersion source)
           
 

Methods in org.eclipse.emf.cdo.spi.common.branch with parameters of type CDOBranchVersion
static CDOBranchVersion CDOBranchUtil.copyBranchVersion(CDOBranchVersion source)
           
 

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

Subinterfaces of CDOBranchVersion in org.eclipse.emf.cdo.spi.common.revision
 interface InternalCDORevision
           
 interface InternalCDORevisionDelta
           
 

Classes in org.eclipse.emf.cdo.spi.common.revision that implement CDOBranchVersion
 class AbstractCDORevision
           
 class BaseCDORevision
           
 class DelegatingCDORevision
           
 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.
 class StubCDORevision
           
 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 CDOBranchVersion
 CDOBranchVersion RevisionInfo.Available.getAvailableBranchVersion()
           
 CDOBranchVersion PointerCDORevision.getTarget()
           
 CDOBranchVersion RevisionInfo.Available.Pointer.getTargetBranchVersion()
           
 

Methods in org.eclipse.emf.cdo.spi.common.revision with parameters of type CDOBranchVersion
 boolean DelegatingCDORevisionManager.containsRevisionByVersion(CDOID id, CDOBranchVersion branchVersion)
           
 InternalCDORevision DelegatingCDORevisionManager.getRevisionByVersion(CDOID id, CDOBranchVersion branchVersion, int referenceChunk, boolean loadOnDemand)
           
 InternalCDORevision InternalCDORevisionManager.getRevisionByVersion(CDOID id, CDOBranchVersion branchVersion, int referenceChunk, boolean loadOnDemand)
           
 InternalCDORevision InternalCDORevisionManager.RevisionLoader.loadRevisionByVersion(CDOID id, CDOBranchVersion branchVersion, int referenceChunk)
           
 CDORevision InternalCDORevisionCache.removeRevision(CDOID id, CDOBranchVersion branchVersion)
           
 void DelegatingCDORevisionManager.reviseVersion(CDOID id, CDOBranchVersion branchVersion, long timeStamp)
           
 void InternalCDORevisionManager.reviseVersion(CDOID id, CDOBranchVersion branchVersion, long timeStamp)
           
 

Constructors in org.eclipse.emf.cdo.spi.common.revision with parameters of type CDOBranchVersion
PointerCDORevision(EClass eClass, CDOID id, CDOBranch branch, long revised, CDOBranchVersion target)
           
RevisionInfo.Available.Detached(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion)
           
RevisionInfo.Available.Normal(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion)
           
RevisionInfo.Available.Pointer(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion, CDOBranchVersion targetBranchVersion)
           
RevisionInfo.Available(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion)
           
 



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