Uses of Interface
org.eclipse.emf.cdo.common.branch.CDOBranchVersion
Packages that use CDOBranchVersion
Package
Description
Common concepts for dealing with branches.
Common concepts for dealing with protocols and CDO-specific I/O.
Common concepts for dealing with revisions and revision lists.
Common concepts for dealing with revision deltas and feature deltas.
Server concepts for dealing with repositories and stores.
Common service provider interfaces and useful base implementations for dealing with branches.
Common base implementations for dealing with I/O of CDO data structures.
Common service provider interfaces and useful base implementations for dealing with revisions and deltas.
Server service provider interfaces and useful base implementations.
-
Uses of CDOBranchVersion in org.eclipse.emf.cdo.common.branch
Methods in org.eclipse.emf.cdo.common.branch that return CDOBranchVersionModifier and TypeMethodDescriptionCDOBranch.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 CDOBranchVersionMethods in org.eclipse.emf.cdo.common.protocol with parameters of type CDOBranchVersionModifier and TypeMethodDescriptionvoid
CDODataOutput.writeCDOBranchVersion
(CDOBranchVersion branchVersion) -
Uses of CDOBranchVersion in org.eclipse.emf.cdo.common.revision
Subinterfaces of CDOBranchVersion in org.eclipse.emf.cdo.common.revisionModifier and TypeInterfaceDescriptioninterface
An entity that has a defined lifetime (creation plus revision) and a version in abranch
.interface
static interface
Anevent
fired from arevision cache
forrevisions
that are evicted because they are no longer strongly referenced when free memory runs low.interface
Methods in org.eclipse.emf.cdo.common.revision with parameters of type CDOBranchVersionModifier and TypeMethodDescriptionboolean
CDORevisionManager.containsRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion) Returnstrue
if therevision cache
contains arevision
with the givenID
at the givenbranch version
(branch + version),false
otherwise.CDORevisionCache.getRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion) CDORevisionManager.getRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion, int referenceChunk, boolean loadOnDemand) Returns therevision
with the givenID
at the givenbranch version
(branch + version), optionally demand loading it if it is not already in thecache
. -
Uses of CDOBranchVersion in org.eclipse.emf.cdo.common.revision.delta
Subinterfaces of CDOBranchVersion in org.eclipse.emf.cdo.common.revision.deltaModifier and TypeInterfaceDescriptioninterface
Represents the change delta between tworevisions
of a CDO object. -
Uses of CDOBranchVersion in org.eclipse.emf.cdo.server
Methods in org.eclipse.emf.cdo.server that return CDOBranchVersionMethods in org.eclipse.emf.cdo.server with parameters of type CDOBranchVersionModifier and TypeMethodDescriptionIStoreAccessor.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 CDOBranchVersionModifier and TypeMethodDescriptionstatic CDOBranchVersion
CDOBranchUtil.copyBranchVersion
(CDOBranchVersion source) Methods in org.eclipse.emf.cdo.spi.common.branch with parameters of type CDOBranchVersionModifier and TypeMethodDescriptionstatic CDOBranchVersion
CDOBranchUtil.copyBranchVersion
(CDOBranchVersion source) -
Uses of CDOBranchVersion in org.eclipse.emf.cdo.spi.common.protocol
Methods in org.eclipse.emf.cdo.spi.common.protocol that return CDOBranchVersionMethods in org.eclipse.emf.cdo.spi.common.protocol with parameters of type CDOBranchVersionModifier and TypeMethodDescriptionvoid
CDODataOutputImpl.writeCDOBranchVersion
(CDOBranchVersion branchVersion) -
Uses of CDOBranchVersion in org.eclipse.emf.cdo.spi.common.revision
Subinterfaces of CDOBranchVersion in org.eclipse.emf.cdo.spi.common.revisionModifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...interface
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 CDOBranchVersionModifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...class
class
If the meaning of this type isn't clear, there really should be more of a description here...class
A synthetic revision that represents the initial period of an object in abranch
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 CDOBranchVersionModifier and TypeMethodDescriptionRevisionInfo.Available.getAvailableBranchVersion()
PointerCDORevision.getTarget()
RevisionInfo.Available.Pointer.getTargetBranchVersion()
Methods in org.eclipse.emf.cdo.spi.common.revision with parameters of type CDOBranchVersionModifier and TypeMethodDescriptionboolean
DelegatingCDORevisionManager.containsRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion) DelegatingCDORevisionManager.getRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion, int referenceChunk, boolean loadOnDemand) InternalCDORevisionManager.getRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion, int referenceChunk, boolean loadOnDemand) InternalCDORevisionManager.RevisionLoader.loadRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion, int referenceChunk) 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 CDOBranchVersionModifierConstructorDescriptionprotected
Available
(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion) Detached
(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion) Normal
(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion) Pointer
(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion, CDOBranchVersion targetBranchVersion) PointerCDORevision
(EClass eClass, CDOID id, CDOBranch branch, long revised, CDOBranchVersion target) -
Uses of CDOBranchVersion in org.eclipse.emf.cdo.spi.server
Methods in org.eclipse.emf.cdo.spi.server with parameters of type CDOBranchVersionModifier and TypeMethodDescriptionvoid
InternalCommitContext.setDetachedObjectVersions
(CDOBranchVersion[] detachedObjectVersions)