Uses of Interface
org.eclipse.emf.cdo.common.revision.CDOIDAndVersion
Packages that use 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
Methods in org.eclipse.emf.cdo.common.commit that return types with arguments of type CDOIDAndVersionModifier 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
Methods in org.eclipse.emf.cdo.common.id that return CDOIDAndVersionModifier and TypeMethodDescriptionstatic CDOIDAndVersion
CDOIDUtil.createIDAndVersion
(CDOID id, int version) static CDOIDAndVersion
CDOIDUtil.createIDAndVersion
(CDOIDAndVersion source) Methods in org.eclipse.emf.cdo.common.id with parameters of type CDOIDAndVersionModifier and TypeMethodDescriptionstatic CDOIDAndVersion
CDOIDUtil.createIDAndVersion
(CDOIDAndVersion source) -
Uses of CDOIDAndVersion in org.eclipse.emf.cdo.common.protocol
Methods in org.eclipse.emf.cdo.common.protocol that return CDOIDAndVersionMethods in org.eclipse.emf.cdo.common.protocol with parameters of type CDOIDAndVersionModifier and TypeMethodDescriptionvoid
CDODataOutput.writeCDOIDAndVersion
(CDOIDAndVersion idAndVersion) -
Uses of CDOIDAndVersion in org.eclipse.emf.cdo.common.revision
Subinterfaces of CDOIDAndVersion in org.eclipse.emf.cdo.common.revisionModifier 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
Method parameters in org.eclipse.emf.cdo.common.revision with type arguments of type CDOIDAndVersionModifier 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
Subinterfaces of CDOIDAndVersion in org.eclipse.emf.cdo.common.revision.deltaModifier and TypeInterfaceDescriptioninterface
Represents the change delta between tworevisions
of a CDO object. -
Uses of CDOIDAndVersion in org.eclipse.emf.cdo.spi.common.protocol
Methods in org.eclipse.emf.cdo.spi.common.protocol that return CDOIDAndVersionMethods in org.eclipse.emf.cdo.spi.common.protocol with parameters of type CDOIDAndVersionModifier and TypeMethodDescriptionvoid
CDODataOutputImpl.writeCDOIDAndVersion
(CDOIDAndVersion idAndVersion) -
Uses of CDOIDAndVersion in org.eclipse.emf.cdo.spi.common.revision
Subinterfaces of CDOIDAndVersion 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 CDOIDAndVersionModifier 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
Methods in org.eclipse.emf.spi.cdo that return types with arguments of type CDOIDAndVersionModifier and TypeMethodDescriptionInternalCDOView.ViewInvalidationData.getAllDetachedObjects()
CDOSessionProtocol.RefreshSessionResult.getDetachedObjects
(CDOBranch branch) Method parameters in org.eclipse.emf.spi.cdo with type arguments of type CDOIDAndVersionModifier and TypeMethodDescriptionvoid
InternalCDOView.ViewInvalidationData.setAllDetachedObjects
(List<CDOIDAndVersion> allDetachedObjects)