Verwendungen von Schnittstelle
org.eclipse.emf.cdo.common.revision.CDOIDAndVersion
Packages, die CDOIDAndVersion verwenden
Package
Beschreibung
Common concepts for dealing with commits and change sets.
Common concepts for dealing with object and revision IDs.
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.
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.
Client service provider interfaces and useful base implementations.
-
Verwendungen von CDOIDAndVersion in org.eclipse.emf.cdo.common.commit
Methoden in org.eclipse.emf.cdo.common.commit, die CDOIDAndVersion zurückgebenModifizierer und TypMethodeBeschreibungdefault CDOIDAndVersion
CDOChangeSetData.getDetachedObject
(CDOID id) default CDOIDAndVersion
CDOChangeSetData.getNewObject
(CDOID id) Methoden in org.eclipse.emf.cdo.common.commit, die Typen mit Argumenten vom Typ CDOIDAndVersion zurückgebenModifizierer und TypMethodeBeschreibungCDOChangeSetData.getDetachedObjects()
Returns a list of keys denoting which revisions have been revised (corresponds to detached objects) in the context of a commit operation.CDOChangeSetData.getNewObjects()
Returns a list of keys denoting which revisions have been added in the context of a commit operation. -
Verwendungen von CDOIDAndVersion in org.eclipse.emf.cdo.common.id
Methoden in org.eclipse.emf.cdo.common.id mit Typparametern vom Typ CDOIDAndVersionModifizierer und TypMethodeBeschreibungstatic <K extends CDOIDAndVersion>
KCDOIDUtil.getKey
(Collection<? extends CDOIDAndVersion> keys, CDOID id) Methoden in org.eclipse.emf.cdo.common.id, die CDOIDAndVersion zurückgebenModifizierer und TypMethodeBeschreibungstatic CDOIDAndVersion
CDOIDUtil.createIDAndVersion
(CDOID id, int version) static CDOIDAndVersion
CDOIDUtil.createIDAndVersion
(CDOIDAndVersion source) Methoden in org.eclipse.emf.cdo.common.id mit Parametern vom Typ CDOIDAndVersionModifizierer und TypMethodeBeschreibungstatic CDOIDAndVersion
CDOIDUtil.createIDAndVersion
(CDOIDAndVersion source) Methodenparameter in org.eclipse.emf.cdo.common.id mit Typargumenten vom Typ CDOIDAndVersionModifizierer und TypMethodeBeschreibungstatic <K extends CDOIDAndVersion>
KCDOIDUtil.getKey
(Collection<? extends CDOIDAndVersion> keys, CDOID id) -
Verwendungen von CDOIDAndVersion in org.eclipse.emf.cdo.common.protocol
Methoden in org.eclipse.emf.cdo.common.protocol, die CDOIDAndVersion zurückgebenMethoden in org.eclipse.emf.cdo.common.protocol mit Parametern vom Typ CDOIDAndVersionModifizierer und TypMethodeBeschreibungvoid
CDODataOutput.writeCDOIDAndVersion
(CDOIDAndVersion idAndVersion) -
Verwendungen von CDOIDAndVersion in org.eclipse.emf.cdo.common.revision
Unterschnittstellen von CDOIDAndVersion in org.eclipse.emf.cdo.common.revisionModifizierer und TypSchnittstelleBeschreibunginterface
static interface
Anevent
fired from arevision cache
forrevisions
that are evicted because they are no longer strongly referenced when free memory runs low.interface
Methodenparameter in org.eclipse.emf.cdo.common.revision mit Typargumenten vom Typ CDOIDAndVersionModifizierer und TypMethodeBeschreibungstatic CDOChangeSetData
CDORevisionUtil.createChangeSetData
(List<CDOIDAndVersion> newObjects, List<CDORevisionKey> changedObjects, List<CDOIDAndVersion> detachedObjects) -
Verwendungen von CDOIDAndVersion in org.eclipse.emf.cdo.common.revision.delta
Unterschnittstellen von CDOIDAndVersion in org.eclipse.emf.cdo.common.revision.deltaModifizierer und TypSchnittstelleBeschreibunginterface
Represents the change delta between tworevisions
of a CDO object. -
Verwendungen von CDOIDAndVersion in org.eclipse.emf.cdo.spi.common.protocol
Methoden in org.eclipse.emf.cdo.spi.common.protocol, die CDOIDAndVersion zurückgebenMethoden in org.eclipse.emf.cdo.spi.common.protocol mit Parametern vom Typ CDOIDAndVersionModifizierer und TypMethodeBeschreibungvoid
CDODataOutputImpl.writeCDOIDAndVersion
(CDOIDAndVersion idAndVersion) -
Verwendungen von CDOIDAndVersion in org.eclipse.emf.cdo.spi.common.revision
Unterschnittstellen von CDOIDAndVersion 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 CDOIDAndVersion 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. -
Verwendungen von CDOIDAndVersion in org.eclipse.emf.spi.cdo
Methoden in org.eclipse.emf.spi.cdo, die Typen mit Argumenten vom Typ CDOIDAndVersion zurückgebenModifizierer und TypMethodeBeschreibungInternalCDOView.ViewInvalidationData.getAllDetachedObjects()
CDOSessionProtocol.RefreshSessionResult.getDetachedObjects
(CDOBranch branch) Methodenparameter in org.eclipse.emf.spi.cdo mit Typargumenten vom Typ CDOIDAndVersionModifizierer und TypMethodeBeschreibungvoid
InternalCDOView.ViewInvalidationData.setAllDetachedObjects
(List<CDOIDAndVersion> allDetachedObjects)