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

Packages that use CDOFeatureDelta
org.eclipse.emf.cdo.common.protocol Common concepts for dealing with protocols and CDO-specific I/O. 
org.eclipse.emf.cdo.common.revision.delta Common concepts for dealing with revision deltas and feature deltas. 
org.eclipse.emf.cdo.spi.common.protocol Common base implementations for dealing with I/O of CDO data structures. 
org.eclipse.emf.cdo.spi.common.revision Common service provider interfaces and useful base implementations for dealing with revisions and deltas. 
org.eclipse.emf.cdo.transaction Client concepts for dealing with transactions, distributed transactions and their save points. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

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

Methods in org.eclipse.emf.cdo.common.protocol that return CDOFeatureDelta
 CDOFeatureDelta CDODataInput.readCDOFeatureDelta(EClass owner)
           
 

Methods in org.eclipse.emf.cdo.common.protocol with parameters of type CDOFeatureDelta
 void CDODataOutput.writeCDOFeatureDelta(EClass owner, CDOFeatureDelta featureDelta)
           
 

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

Subinterfaces of CDOFeatureDelta in org.eclipse.emf.cdo.common.revision.delta
 interface CDOAddFeatureDelta
          A feature delta that represents an addition to a many-valued feature.
 interface CDOClearFeatureDelta
          A feature delta that represents the removal of all elements from a many-valued feature.
 interface CDOContainerFeatureDelta
          A feature delta that represents a modification of the eContainer feature.
 interface CDOListFeatureDelta
          A feature delta that represents any modification of the list of a many-valued feature.
 interface CDOMoveFeatureDelta
          A feature delta that represents a move of one element of a many-valued feature to a different list position.
 interface CDORemoveFeatureDelta
          A feature delta that represents a removal from a many-valued feature.
 interface CDOSetFeatureDelta
          A feature delta that represents a value change of a single-valued feature.
 interface CDOUnsetFeatureDelta
          A feature delta that represents the unsetting of the value of a feature.
 

Methods in org.eclipse.emf.cdo.common.revision.delta that return CDOFeatureDelta
 CDOFeatureDelta CDOFeatureDelta.copy()
           
 CDOFeatureDelta CDORevisionDelta.getFeatureDelta(EStructuralFeature feature)
           
 

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

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

Methods in org.eclipse.emf.cdo.spi.common.protocol that return CDOFeatureDelta
 CDOFeatureDelta CDODataInputImpl.readCDOFeatureDelta(EClass owner)
           
 

Methods in org.eclipse.emf.cdo.spi.common.protocol with parameters of type CDOFeatureDelta
 void CDODataOutputImpl.writeCDOFeatureDelta(EClass owner, CDOFeatureDelta featureDelta)
           
 

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

Subinterfaces of CDOFeatureDelta in org.eclipse.emf.cdo.spi.common.revision
 interface InternalCDOFeatureDelta
          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 that return types with arguments of type CDOFeatureDelta
 Map<EStructuralFeature,CDOFeatureDelta> InternalCDORevisionDelta.getFeatureDeltaMap()
           
 

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

Uses of CDOFeatureDelta in org.eclipse.emf.cdo.transaction
 

Methods in org.eclipse.emf.cdo.transaction with parameters of type CDOFeatureDelta
 void CDOAsyncTransactionHandler.modifyingObject(CDOTransaction transaction, CDOObject object, CDOFeatureDelta featureChange)
          Asynchronously executes the delegate handler's modifyingObject() method.
 void CDOAutoAttacher.modifyingObject(CDOTransaction transaction, CDOObject object, CDOFeatureDelta featureChange)
           
 void CDODefaultTransactionHandler1.modifyingObject(CDOTransaction transaction, CDOObject object, CDOFeatureDelta featureChange)
          This implementation does nothing.
 void CDOPostEventTransactionHandler.modifyingObject(CDOTransaction transaction, CDOObject object, CDOFeatureDelta featureDelta)
           
 void CDOTransactionHandler1.modifyingObject(CDOTransaction transaction, CDOObject object, CDOFeatureDelta featureDelta)
          Called by a CDOTransaction before an object is modified.
 

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

Methods in org.eclipse.emf.spi.cdo that return CDOFeatureDelta
protected  CDOFeatureDelta DefaultCDOMerger.PerFeature.changedInSource(CDOFeatureDelta featureDelta)
           
protected  CDOFeatureDelta DefaultCDOMerger.PerFeature.changedInSourceAndTarget(CDOFeatureDelta targetFeatureDelta, CDOFeatureDelta sourceFeatureDelta)
           
protected  CDOFeatureDelta DefaultCDOMerger.PerFeature.changedInSourceAndTargetManyValued(EStructuralFeature feature, CDOFeatureDelta targetFeatureDelta, CDOFeatureDelta sourceFeatureDelta)
           
protected  CDOFeatureDelta DefaultCDOMerger.PerFeature.ManyValued.changedInSourceAndTargetManyValued(EStructuralFeature feature, CDOFeatureDelta targetFeatureDelta, CDOFeatureDelta sourceFeatureDelta)
           
protected  CDOFeatureDelta DefaultCDOMerger.PerFeature.changedInSourceAndTargetSingleValued(EStructuralFeature feature, CDOFeatureDelta targetFeatureDelta, CDOFeatureDelta sourceFeatureDelta)
           
protected  CDOFeatureDelta DefaultCDOMerger.PerFeature.changedInTarget(CDOFeatureDelta featureDelta)
           
 

Methods in org.eclipse.emf.spi.cdo with parameters of type CDOFeatureDelta
protected  CDOFeatureDelta DefaultCDOMerger.PerFeature.changedInSource(CDOFeatureDelta featureDelta)
           
protected  CDOFeatureDelta DefaultCDOMerger.PerFeature.changedInSourceAndTarget(CDOFeatureDelta targetFeatureDelta, CDOFeatureDelta sourceFeatureDelta)
           
protected  CDOFeatureDelta DefaultCDOMerger.PerFeature.changedInSourceAndTargetManyValued(EStructuralFeature feature, CDOFeatureDelta targetFeatureDelta, CDOFeatureDelta sourceFeatureDelta)
           
protected  CDOFeatureDelta DefaultCDOMerger.PerFeature.ManyValued.changedInSourceAndTargetManyValued(EStructuralFeature feature, CDOFeatureDelta targetFeatureDelta, CDOFeatureDelta sourceFeatureDelta)
           
protected  CDOFeatureDelta DefaultCDOMerger.PerFeature.changedInSourceAndTargetSingleValued(EStructuralFeature feature, CDOFeatureDelta targetFeatureDelta, CDOFeatureDelta sourceFeatureDelta)
           
protected  CDOFeatureDelta DefaultCDOMerger.PerFeature.changedInTarget(CDOFeatureDelta featureDelta)
           
 void InternalCDOTransaction.registerDirty(InternalCDOObject object, CDOFeatureDelta featureDelta)
           
 void InternalCDOTransaction.registerFeatureDelta(InternalCDOObject object, CDOFeatureDelta featureDelta)
           
 

Method parameters in org.eclipse.emf.spi.cdo with type arguments of type CDOFeatureDelta
static void DefaultCDOMerger.PerFeature.ManyValued.adjustAfterAddition(List<CDOFeatureDelta> list, int index)
           
static void DefaultCDOMerger.PerFeature.ManyValued.adjustAfterMove(List<CDOFeatureDelta> list, int oldPosition, int newPosition)
           
static void DefaultCDOMerger.PerFeature.ManyValued.adjustAfterRemoval(List<CDOFeatureDelta> list, int index)
           
protected  void DefaultCDOMerger.PerFeature.ManyValued.handleListDelta(List<CDOFeatureDelta> resultList, List<CDOFeatureDelta> listToHandle, List<CDOFeatureDelta> listToAdjust)
           
protected  void DefaultCDOMerger.PerFeature.ManyValued.handleListDelta(List<CDOFeatureDelta> resultList, List<CDOFeatureDelta> listToHandle, List<CDOFeatureDelta> listToAdjust)
           
protected  void DefaultCDOMerger.PerFeature.ManyValued.handleListDelta(List<CDOFeatureDelta> resultList, List<CDOFeatureDelta> listToHandle, List<CDOFeatureDelta> listToAdjust)
           
protected  boolean DefaultCDOMerger.PerFeature.ManyValued.handleListDeltaAdd(List<CDOFeatureDelta> resultList, CDOAddFeatureDelta addDelta, List<CDOFeatureDelta> listToAdjust)
          Decides whether an ADD delta is to be taken (added to the result list) and returns true if it was taken, false otherwise.
protected  boolean DefaultCDOMerger.PerFeature.ManyValued.handleListDeltaAdd(List<CDOFeatureDelta> resultList, CDOAddFeatureDelta addDelta, List<CDOFeatureDelta> listToAdjust)
          Decides whether an ADD delta is to be taken (added to the result list) and returns true if it was taken, false otherwise.
protected  boolean DefaultCDOMerger.PerFeature.ManyValued.handleListDeltaMove(List<CDOFeatureDelta> resultList, CDOMoveFeatureDelta moveDelta, List<CDOFeatureDelta> listToAdjust)
          Decides whether a MOVE delta is to be taken (added to the result list) and returns true if it was taken, false otherwise.
protected  boolean DefaultCDOMerger.PerFeature.ManyValued.handleListDeltaMove(List<CDOFeatureDelta> resultList, CDOMoveFeatureDelta moveDelta, List<CDOFeatureDelta> listToAdjust)
          Decides whether a MOVE delta is to be taken (added to the result list) and returns true if it was taken, false otherwise.
protected  boolean DefaultCDOMerger.PerFeature.ManyValued.handleListDeltaRemove(List<CDOFeatureDelta> resultList, CDORemoveFeatureDelta removeDelta, List<CDOFeatureDelta> listToAdjust)
          Decides whether a REMOVE delta is to be taken (added to the result list) and returns true if it was taken, false otherwise.
protected  boolean DefaultCDOMerger.PerFeature.ManyValued.handleListDeltaRemove(List<CDOFeatureDelta> resultList, CDORemoveFeatureDelta removeDelta, List<CDOFeatureDelta> listToAdjust)
          Decides whether a REMOVE delta is to be taken (added to the result list) and returns true if it was taken, false otherwise.
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.