Uses of Class
org.faktorips.runtime.internal.ModelObjectDelta
Packages that use ModelObjectDelta
-
Uses of ModelObjectDelta in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return ModelObjectDeltaModifier and TypeMethodDescriptionstatic 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.newChangeDelta(IModelObject original, IModelObject refObject, int kindOfChange) static final ModelObjectDeltaModelObjectDelta.newDelta(IModelObject object, IModelObject refObject, IDeltaComputationOptions options) static final ModelObjectDeltaModelObjectDelta.newDifferentObjectAtPositionChangedDelta(IModelObject original, IModelObject refObject, String association) Deprecated.since 19.12.static final ModelObjectDeltaModelObjectDelta.newDifferentObjectAtPositionChangedDelta(IModelObject original, IModelObject refObject, String association, AssociationKind associationKind) static final ModelObjectDeltaModelObjectDelta.newEmptyDelta(IModelObject object, IModelObject refObject) 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) Methods in org.faktorips.runtime.internal with parameters of type ModelObjectDeltaModifier and TypeMethodDescriptionstatic 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) -
Uses of ModelObjectDelta in org.faktorips.runtime.internal.delta
Methods in org.faktorips.runtime.internal.delta with parameters of type ModelObjectDeltaModifier and TypeMethodDescriptionvoidChildDeltaCreator.createChildDeltas(ModelObjectDelta delta, List<? extends IModelObject> originals, List<? extends IModelObject> refObjects) Create and add all child deltas for the list of associated objects.voidChildDeltaCreator.createChildDeltas(ModelObjectDelta delta, IModelObject original, IModelObject refObject) Create and add a child delta for the comparison of original and reference model object.