| Package | Description |
|---|---|
| org.faktorips.runtime.internal | |
| org.faktorips.runtime.internal.delta |
| Modifier and Type | Method and Description |
|---|---|
static void |
ModelObjectDelta.createAssociatedChildDeltas(ModelObjectDelta delta,
IModelObject original,
IModelObject refObject,
String association,
IDeltaComputationOptions options) |
static void |
ModelObjectDelta.createAssociatedChildDeltas(ModelObjectDelta delta,
List<? extends IModelObject> originals,
List<? extends IModelObject> refObjects,
String association,
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChildDeltaCreator.createChildDeltas(ModelObjectDelta delta,
IModelObject original,
IModelObject refObject)
Create and add a child delta for the comparison of original and reference model object.
|
void |
ChildDeltaCreator.createChildDeltas(ModelObjectDelta delta,
List<? extends IModelObject> originals,
List<? extends IModelObject> refObjects)
Create and add all child deltas for the list of associated objects.
|
Copyright © 2019. All rights reserved.