Uses of Interface
org.faktorips.runtime.IDeltaComputationOptions

Packages that use IDeltaComputationOptions
org.faktorips.runtime   
org.faktorips.runtime.internal   
 

Uses of IDeltaComputationOptions in org.faktorips.runtime
 

Classes in org.faktorips.runtime that implement IDeltaComputationOptions
 class DeltaComputationOptionsByPosition
          Delta computation options that create child deltas per position and don't ignore any property.
 

Methods in org.faktorips.runtime with parameters of type IDeltaComputationOptions
 IModelObjectDelta IDeltaSupport.computeDelta(IModelObject otherObject, IDeltaComputationOptions options)
          Computes a delta between this object and the given other object.
 

Uses of IDeltaComputationOptions in org.faktorips.runtime.internal
 

Methods in org.faktorips.runtime.internal with parameters of type IDeltaComputationOptions
 void ModelObjectDelta.checkPropertyChange(String property, boolean value1, boolean value2, IDeltaComputationOptions options)
           
 void ModelObjectDelta.checkPropertyChange(String property, char value1, char value2, IDeltaComputationOptions options)
           
 void ModelObjectDelta.checkPropertyChange(String property, double value1, double value2, IDeltaComputationOptions options)
           
 void ModelObjectDelta.checkPropertyChange(String property, float value1, float value2, IDeltaComputationOptions options)
           
 void ModelObjectDelta.checkPropertyChange(String property, int value1, int value2, IDeltaComputationOptions options)
           
 void ModelObjectDelta.checkPropertyChange(String property, Object value1, Object value2, IDeltaComputationOptions options)
           
static void ModelObjectDelta.createChildDeltas(ModelObjectDelta delta, IModelObject original, IModelObject refObject, String association, IDeltaComputationOptions options)
           
static void ModelObjectDelta.createChildDeltas(ModelObjectDelta delta, List<? extends IModelObject> originals, List<? extends IModelObject> refObjects, String association, IDeltaComputationOptions options)
           
static ModelObjectDelta ModelObjectDelta.newAddDelta(IModelObject addedObject, String association, IDeltaComputationOptions options)
           
static ModelObjectDelta ModelObjectDelta.newDelta(IModelObject object, IModelObject refObject, IDeltaComputationOptions options)
           
static ModelObjectDelta ModelObjectDelta.newRemoveDelta(IModelObject removedObject, String association, IDeltaComputationOptions options)
           
 



Copyright © 2015. All rights reserved.