Uses of Class
org.faktorips.runtime.internal.ModelObjectDelta
-
Packages that use ModelObjectDelta Package Description org.faktorips.runtime.internal org.faktorips.runtime.internal.delta -
-
Uses of ModelObjectDelta in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return ModelObjectDelta Modifier and Type Method Description static ModelObjectDeltaModelObjectDelta. newAddDelta(IModelObject addedObject, java.lang.String association, IDeltaComputationOptions options)Deprecated.since 19.12.static ModelObjectDeltaModelObjectDelta. newAddDelta(IModelObject addedObject, java.lang.String association, AssociationKind associationKind, IDeltaComputationOptions options)static ModelObjectDeltaModelObjectDelta. newChangeDelta(IModelObject original, IModelObject refObject, int kindOfChange)static ModelObjectDeltaModelObjectDelta. newDelta(IModelObject object, IModelObject refObject, IDeltaComputationOptions options)static ModelObjectDeltaModelObjectDelta. newDifferentObjectAtPositionChangedDelta(IModelObject original, IModelObject refObject, java.lang.String association)Deprecated.since 19.12.static ModelObjectDeltaModelObjectDelta. newDifferentObjectAtPositionChangedDelta(IModelObject original, IModelObject refObject, java.lang.String association, AssociationKind associationKind)static ModelObjectDeltaModelObjectDelta. newEmptyDelta(IModelObject object, IModelObject refObject)static ModelObjectDeltaModelObjectDelta. newRemoveDelta(IModelObject removedObject, java.lang.String association, IDeltaComputationOptions options)Deprecated.since 19.12.static ModelObjectDeltaModelObjectDelta. newRemoveDelta(IModelObject removedObject, java.lang.String association, AssociationKind associationKind, IDeltaComputationOptions options)Methods in org.faktorips.runtime.internal with parameters of type ModelObjectDelta Modifier and Type Method Description static voidModelObjectDelta. createAssociatedChildDeltas(ModelObjectDelta delta, java.util.List<? extends IModelObject> originals, java.util.List<? extends IModelObject> refObjects, java.lang.String association, IDeltaComputationOptions options)static voidModelObjectDelta. createAssociatedChildDeltas(ModelObjectDelta delta, IModelObject original, IModelObject refObject, java.lang.String association, IDeltaComputationOptions options)static voidModelObjectDelta. createChildDeltas(ModelObjectDelta delta, java.util.List<? extends IModelObject> originals, java.util.List<? extends IModelObject> refObjects, java.lang.String association, IDeltaComputationOptions options)static voidModelObjectDelta. createChildDeltas(ModelObjectDelta delta, IModelObject original, IModelObject refObject, java.lang.String association, IDeltaComputationOptions options) -
Uses of ModelObjectDelta in org.faktorips.runtime.internal.delta
Methods in org.faktorips.runtime.internal.delta with parameters of type ModelObjectDelta Modifier and Type Method Description voidChildDeltaCreator. createChildDeltas(ModelObjectDelta delta, java.util.List<? extends IModelObject> originals, java.util.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.
-