Uses of Interface
org.faktorips.runtime.IDeltaComputationOptions
Packages that use IDeltaComputationOptions
Package
Description
-
Uses of IDeltaComputationOptions in org.faktorips.runtime
Classes in org.faktorips.runtime that implement IDeltaComputationOptionsModifier and TypeClassDescriptionclassDelta computation options that create child deltas per position and don't ignore any property.Methods in org.faktorips.runtime with parameters of type IDeltaComputationOptionsModifier and TypeMethodDescriptionIDeltaSupport.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 IDeltaComputationOptionsModifier and TypeMethodDescriptionvoidModelObjectDelta.checkPropertyChange(String property, boolean value1, boolean value2, IDeltaComputationOptions options) voidModelObjectDelta.checkPropertyChange(String property, char value1, char value2, IDeltaComputationOptions options) voidModelObjectDelta.checkPropertyChange(String property, double value1, double value2, IDeltaComputationOptions options) voidModelObjectDelta.checkPropertyChange(String property, float value1, float value2, IDeltaComputationOptions options) voidModelObjectDelta.checkPropertyChange(String property, int value1, int value2, IDeltaComputationOptions options) voidModelObjectDelta.checkPropertyChange(String property, Object value1, Object value2, IDeltaComputationOptions options) static final voidModelObjectDelta.createAssociatedChildDeltas(ModelObjectDelta delta, List<? extends IModelObject> originals, List<? extends IModelObject> refObjects, String association, IDeltaComputationOptions options) static final voidModelObjectDelta.createAssociatedChildDeltas(ModelObjectDelta delta, IModelObject original, IModelObject refObject, String association, IDeltaComputationOptions options) static final voidModelObjectDelta.createChildDeltas(ModelObjectDelta delta, List<? extends IModelObject> originals, List<? extends IModelObject> refObjects, String association, IDeltaComputationOptions options) static final voidModelObjectDelta.createChildDeltas(ModelObjectDelta delta, IModelObject original, IModelObject refObject, String association, IDeltaComputationOptions options) static final ModelObjectDeltaModelObjectDelta.newAddDelta(IModelObject addedObject, String association, IDeltaComputationOptions options) Deprecated.since 19.12.static final ModelObjectDeltaModelObjectDelta.newAddDelta(IModelObject addedObject, String association, AssociationKind associationKind, IDeltaComputationOptions options) static final ModelObjectDeltaModelObjectDelta.newDelta(IModelObject object, IModelObject refObject, IDeltaComputationOptions options) static final ModelObjectDeltaModelObjectDelta.newRemoveDelta(IModelObject removedObject, String association, IDeltaComputationOptions options) Deprecated.since 19.12.static final ModelObjectDeltaModelObjectDelta.newRemoveDelta(IModelObject removedObject, String association, AssociationKind associationKind, IDeltaComputationOptions options) -
Uses of IDeltaComputationOptions in org.faktorips.runtime.internal.delta
Constructors in org.faktorips.runtime.internal.delta with parameters of type IDeltaComputationOptionsModifierConstructorDescriptionChildDeltaCreator(String association, IDeltaComputationOptions options) Deprecated.since 19.12.ChildDeltaCreator(String association, AssociationKind kind, IDeltaComputationOptions options) Instantiates the creator for the given association name, kind andIDeltaComputationOptions.