Uses of Interface
org.eclipse.emf.cdo.common.revision.CDOIDAndVersion
Package
Description
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.
-
Uses of CDOIDAndVersion in org.eclipse.emf.cdo.common.commit
Modifier and TypeMethodDescriptionCDOChangeSetData.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. -
Uses of CDOIDAndVersion in org.eclipse.emf.cdo.common.id
Modifier and TypeMethodDescriptionstatic CDOIDAndVersion
CDOIDUtil.createIDAndVersion
(CDOID id, int version) static CDOIDAndVersion
CDOIDUtil.createIDAndVersion
(CDOIDAndVersion source) Modifier and TypeMethodDescriptionstatic CDOIDAndVersion
CDOIDUtil.createIDAndVersion
(CDOIDAndVersion source) -
Uses of CDOIDAndVersion in org.eclipse.emf.cdo.common.protocol
Modifier and TypeMethodDescriptionvoid
CDODataOutput.writeCDOIDAndVersion
(CDOIDAndVersion idAndVersion) -
Uses of CDOIDAndVersion in org.eclipse.emf.cdo.common.revision
Modifier and TypeInterfaceDescriptioninterface
static interface
Anevent
fired from arevision cache
forrevisions
that are evicted because they are no longer strongly referenced when free memory runs low.interface
Modifier and TypeMethodDescriptionstatic CDOChangeSetData
CDORevisionUtil.createChangeSetData
(List<CDOIDAndVersion> newObjects, List<CDORevisionKey> changedObjects, List<CDOIDAndVersion> detachedObjects) -
Uses of CDOIDAndVersion in org.eclipse.emf.cdo.common.revision.delta
Modifier and TypeInterfaceDescriptioninterface
Represents the change delta between tworevisions
of a CDO object. -
Uses of CDOIDAndVersion in org.eclipse.emf.cdo.spi.common.protocol
Modifier and TypeMethodDescriptionvoid
CDODataOutputImpl.writeCDOIDAndVersion
(CDOIDAndVersion idAndVersion) -
Uses of CDOIDAndVersion in org.eclipse.emf.cdo.spi.common.revision
Modifier 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...Modifier 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. -
Uses of CDOIDAndVersion in org.eclipse.emf.spi.cdo
Modifier and TypeMethodDescriptionInternalCDOView.ViewInvalidationData.getAllDetachedObjects()
CDOSessionProtocol.RefreshSessionResult.getDetachedObjects
(CDOBranch branch) Modifier and TypeMethodDescriptionvoid
InternalCDOView.ViewInvalidationData.setAllDetachedObjects
(List<CDOIDAndVersion> allDetachedObjects)