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 CDOIDAndVersionCDOChangeSetData.getDetachedObject(CDOID id) default CDOIDAndVersionCDOChangeSetData.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 CDOIDAndVersionCDOIDUtil.createIDAndVersion(CDOID id, int version) static CDOIDAndVersionCDOIDUtil.createIDAndVersion(CDOIDAndVersion source) Methoden in org.eclipse.emf.cdo.common.id mit Parametern vom Typ CDOIDAndVersionModifizierer und TypMethodeBeschreibungstatic CDOIDAndVersionCDOIDUtil.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 TypMethodeBeschreibungvoidCDODataOutput.writeCDOIDAndVersion(CDOIDAndVersion idAndVersion) -
Verwendungen von CDOIDAndVersion in org.eclipse.emf.cdo.common.revision
Unterschnittstellen von CDOIDAndVersion in org.eclipse.emf.cdo.common.revisionModifizierer und TypSchnittstelleBeschreibunginterfacestatic interfaceAneventfired from arevision cacheforrevisionsthat are evicted because they are no longer strongly referenced when free memory runs low.interfaceMethodenparameter in org.eclipse.emf.cdo.common.revision mit Typargumenten vom Typ CDOIDAndVersionModifizierer und TypMethodeBeschreibungstatic CDOChangeSetDataCDORevisionUtil.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 TypSchnittstelleBeschreibunginterfaceRepresents the change delta between tworevisionsof 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 TypMethodeBeschreibungvoidCDODataOutputImpl.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 TypSchnittstelleBeschreibunginterfaceIf the meaning of this type isn't clear, there really should be more of a description here...interfaceIf 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 TypKlasseBeschreibungclassIf the meaning of this type isn't clear, there really should be more of a description here...classIf the meaning of this type isn't clear, there really should be more of a description here...classIf the meaning of this type isn't clear, there really should be more of a description here...classIf the meaning of this type isn't clear, there really should be more of a description here...classclassIf the meaning of this type isn't clear, there really should be more of a description here...classA synthetic revision that represents the initial period of an object in abranchwhen 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 TypMethodeBeschreibungvoidInternalCDOView.ViewInvalidationData.setAllDetachedObjects(List<CDOIDAndVersion> allDetachedObjects)