Verwendungen von Schnittstelle
org.eclipse.emf.cdo.common.branch.CDOBranchVersion
Packages, die CDOBranchVersion verwenden
Package
Beschreibung
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.
-
Verwendungen von CDOBranchVersion in org.eclipse.emf.cdo.common.branch
Methoden in org.eclipse.emf.cdo.common.branch, die CDOBranchVersion zurückgebenModifizierer und TypMethodeBeschreibungCDOBranch.getVersion
(int version) Returns the branch version in this branch with the given version number. -
Verwendungen von CDOBranchVersion in org.eclipse.emf.cdo.common.protocol
Methoden in org.eclipse.emf.cdo.common.protocol, die CDOBranchVersion zurückgebenMethoden in org.eclipse.emf.cdo.common.protocol mit Parametern vom Typ CDOBranchVersionModifizierer und TypMethodeBeschreibungvoid
CDODataOutput.writeCDOBranchVersion
(CDOBranchVersion branchVersion) -
Verwendungen von CDOBranchVersion in org.eclipse.emf.cdo.common.revision
Unterschnittstellen von CDOBranchVersion in org.eclipse.emf.cdo.common.revisionModifizierer und TypSchnittstelleBeschreibunginterface
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
Methoden in org.eclipse.emf.cdo.common.revision mit Parametern vom Typ CDOBranchVersionModifizierer und TypMethodeBeschreibungboolean
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
. -
Verwendungen von CDOBranchVersion in org.eclipse.emf.cdo.common.revision.delta
Unterschnittstellen von CDOBranchVersion in org.eclipse.emf.cdo.common.revision.deltaModifizierer und TypSchnittstelleBeschreibunginterface
Represents the change delta between tworevisions
of a CDO object. -
Verwendungen von CDOBranchVersion in org.eclipse.emf.cdo.server
Methoden in org.eclipse.emf.cdo.server, die CDOBranchVersion zurückgebenMethoden in org.eclipse.emf.cdo.server mit Parametern vom Typ CDOBranchVersionModifizierer und TypMethodeBeschreibungIStoreAccessor.readRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion, int listChunk, CDORevisionCacheAdder cache) Reads a revision with the given version in the given branch from the back-end. -
Verwendungen von CDOBranchVersion in org.eclipse.emf.cdo.spi.common.branch
Methoden in org.eclipse.emf.cdo.spi.common.branch, die CDOBranchVersion zurückgebenModifizierer und TypMethodeBeschreibungstatic CDOBranchVersion
CDOBranchUtil.copyBranchVersion
(CDOBranchVersion source) Methoden in org.eclipse.emf.cdo.spi.common.branch mit Parametern vom Typ CDOBranchVersionModifizierer und TypMethodeBeschreibungstatic CDOBranchVersion
CDOBranchUtil.copyBranchVersion
(CDOBranchVersion source) -
Verwendungen von CDOBranchVersion in org.eclipse.emf.cdo.spi.common.protocol
Methoden in org.eclipse.emf.cdo.spi.common.protocol, die CDOBranchVersion zurückgebenMethoden in org.eclipse.emf.cdo.spi.common.protocol mit Parametern vom Typ CDOBranchVersionModifizierer und TypMethodeBeschreibungvoid
CDODataOutputImpl.writeCDOBranchVersion
(CDOBranchVersion branchVersion) -
Verwendungen von CDOBranchVersion in org.eclipse.emf.cdo.spi.common.revision
Unterschnittstellen von CDOBranchVersion in org.eclipse.emf.cdo.spi.common.revisionModifizierer und TypSchnittstelleBeschreibunginterface
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...Klassen in org.eclipse.emf.cdo.spi.common.revision, die CDOBranchVersion implementierenModifizierer und TypKlasseBeschreibungclass
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.Methoden in org.eclipse.emf.cdo.spi.common.revision, die CDOBranchVersion zurückgebenModifizierer und TypMethodeBeschreibungRevisionInfo.Available.getAvailableBranchVersion()
PointerCDORevision.getTarget()
RevisionInfo.Available.Pointer.getTargetBranchVersion()
Methoden in org.eclipse.emf.cdo.spi.common.revision mit Parametern vom Typ CDOBranchVersionModifizierer und TypMethodeBeschreibungboolean
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) Konstruktoren in org.eclipse.emf.cdo.spi.common.revision mit Parametern vom Typ CDOBranchVersionModifiziererKonstruktorBeschreibungprotected
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) -
Verwendungen von CDOBranchVersion in org.eclipse.emf.cdo.spi.server
Methoden in org.eclipse.emf.cdo.spi.server mit Parametern vom Typ CDOBranchVersionModifizierer und TypMethodeBeschreibungvoid
InternalCommitContext.setDetachedObjectVersions
(CDOBranchVersion[] detachedObjectVersions)