org.eclipse.emf.ecore.sdo.impl
Class EChangeSummaryImpl.SDOChangeRecorder

java.lang.Object
  extended byorg.eclipse.emf.ecore.change.util.ChangeRecorder
      extended byorg.eclipse.emf.ecore.sdo.impl.EChangeSummaryImpl.SDOChangeRecorder
All Implemented Interfaces:
Adapter, Adapter.Internal
Enclosing class:
EChangeSummaryImpl

protected class EChangeSummaryImpl.SDOChangeRecorder
extends ChangeRecorder


Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.common.notify.Adapter
Adapter.Internal
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.change.util.ChangeRecorder
changeDescription, loadingTargets, originalTargetObjects, recording, resolveProxies, targetObjects
 
Constructor Summary
EChangeSummaryImpl.SDOChangeRecorder()
           
 
Method Summary
 void beginRecording(ChangeDescription changeDescription, Collection rootObjects)
           
protected  void consolidateChanges()
           
protected  ChangeDescription createChangeDescription()
           
protected  FeatureChange createFeatureChange(EObject eObject, EStructuralFeature eStructuralFeature, Object value, boolean isSet)
           
 
Methods inherited from class org.eclipse.emf.ecore.change.util.ChangeRecorder
addAdapter, beginRecording, createAddListChange, createListChange, createListChanges, createMoveListChange, createRemoveListChange, createResourceChange, dispose, endRecording, finalizeChange, finalizeChange, getFeatureChange, getFeatureChanges, getResourceChange, getResourceChanges, getTarget, handleFeature, handleResource, isAdapterForType, isRecording, isResolveProxies, notifyChanged, prepareChangeDescriptionForResume, removeAdapter, setResolveProxies, setTarget, summarize, unsetTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EChangeSummaryImpl.SDOChangeRecorder

public EChangeSummaryImpl.SDOChangeRecorder()
Method Detail

beginRecording

public void beginRecording(ChangeDescription changeDescription,
                           Collection rootObjects)

createChangeDescription

protected ChangeDescription createChangeDescription()

createFeatureChange

protected FeatureChange createFeatureChange(EObject eObject,
                                            EStructuralFeature eStructuralFeature,
                                            Object value,
                                            boolean isSet)

consolidateChanges

protected void consolidateChanges()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.