Uses of Interface
org.eclipse.emf.cdo.spi.common.revision.CDOReferenceAdjuster
Packages that use CDOReferenceAdjuster
Package
Description
Common concepts for dealing with models and types.
Common service provider interfaces and useful base implementations for dealing with revisions and deltas.
Client service provider interfaces and useful base implementations.
-
Uses of CDOReferenceAdjuster in org.eclipse.emf.cdo.common.model
Methods in org.eclipse.emf.cdo.common.model with parameters of type CDOReferenceAdjusterModifier and TypeMethodDescriptionCDOType.adjustReferences
(CDOReferenceAdjuster adjuster, Object value, EStructuralFeature feature, int index) -
Uses of CDOReferenceAdjuster in org.eclipse.emf.cdo.spi.common.revision
Classes in org.eclipse.emf.cdo.spi.common.revision that implement CDOReferenceAdjusterModifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...Methods in org.eclipse.emf.cdo.spi.common.revision with parameters of type CDOReferenceAdjusterModifier and TypeMethodDescriptionboolean
BaseCDORevision.adjustReferences
(CDOReferenceAdjuster referenceAdjuster) boolean
CDOReferenceAdjustable.adjustReferences
(CDOReferenceAdjuster referenceAdjuster) boolean
DelegatingCDORevision.adjustReferences
(CDOReferenceAdjuster referenceAdjuster) boolean
InternalCDOList.adjustReferences
(CDOReferenceAdjuster adjuster, EStructuralFeature feature) Adjusts references according to the passed adjuster and resynchronizes indexes.boolean
StubCDORevision.adjustReferences
(CDOReferenceAdjuster referenceAdjuster) -
Uses of CDOReferenceAdjuster in org.eclipse.emf.spi.cdo
Classes in org.eclipse.emf.spi.cdo that implement CDOReferenceAdjusterModifier and TypeClassDescriptionprotected static class
If the meaning of this type isn't clear, there really should be more of a description here...Methods in org.eclipse.emf.spi.cdo that return CDOReferenceAdjusterModifier and TypeMethodDescriptionCDOSessionProtocol.CommitTransactionResult.getReferenceAdjuster()
Methods in org.eclipse.emf.spi.cdo with parameters of type CDOReferenceAdjusterModifier and TypeMethodDescriptionvoid
CDOSessionProtocol.CommitTransactionResult.setReferenceAdjuster
(CDOReferenceAdjuster referenceAdjuster)