Uses of Interface
org.eclipse.emf.cdo.common.revision.delta.CDOFeatureDelta

Packages that use CDOFeatureDelta
org.eclipse.emf.cdo   
org.eclipse.emf.cdo.common.revision.delta   
org.eclipse.emf.cdo.spi.common   
 

Uses of CDOFeatureDelta in org.eclipse.emf.cdo
 

Methods in org.eclipse.emf.cdo with parameters of type CDOFeatureDelta
 void CDOTransactionHandler.modifyingObject(CDOTransaction transaction, CDOObject object, CDOFeatureDelta featureDelta)
          Called by a CDOTransaction before an object is modified.
 

Uses of CDOFeatureDelta in org.eclipse.emf.cdo.common.revision.delta
 

Subinterfaces of CDOFeatureDelta in org.eclipse.emf.cdo.common.revision.delta
 interface CDOAddFeatureDelta
           
 interface CDOClearFeatureDelta
           
 interface CDOContainerFeatureDelta
           
 interface CDOListFeatureDelta
           
 interface CDOMoveFeatureDelta
           
 interface CDORemoveFeatureDelta
           
 interface CDOSetFeatureDelta
           
 interface CDOUnsetFeatureDelta
           
 

Methods in org.eclipse.emf.cdo.common.revision.delta that return types with arguments of type CDOFeatureDelta
 java.util.List<CDOFeatureDelta> CDORevisionDelta.getFeatureDeltas()
           
 java.util.List<CDOFeatureDelta> CDOListFeatureDelta.getListChanges()
           
 

Methods in org.eclipse.emf.cdo.common.revision.delta with parameters of type CDOFeatureDelta
 void CDOFeatureDeltaHandler.handleFeatureDelta(CDOFeatureDelta featureDelta)
           
 

Uses of CDOFeatureDelta in org.eclipse.emf.cdo.spi.common
 

Methods in org.eclipse.emf.cdo.spi.common with parameters of type CDOFeatureDelta
 void InternalCDORevisionDelta.addFeatureDelta(CDOFeatureDelta delta)
           
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.