|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModelObjectDelta | |
|---|---|
| org.faktorips.runtime.internal | |
| Uses of ModelObjectDelta in org.faktorips.runtime.internal |
|---|
| Methods in org.faktorips.runtime.internal that return ModelObjectDelta | |
|---|---|
static ModelObjectDelta |
ModelObjectDelta.newAddDelta(IModelObject addedObject,
String association,
IDeltaComputationOptions options)
|
static ModelObjectDelta |
ModelObjectDelta.newChangeDelta(IModelObject original,
IModelObject refObject,
int kindOfChange)
|
static ModelObjectDelta |
ModelObjectDelta.newDelta(IModelObject object,
IModelObject refObject,
IDeltaComputationOptions options)
|
static ModelObjectDelta |
ModelObjectDelta.newDifferentObjectAtPositionChangedDelta(IModelObject original,
IModelObject refObject,
String association)
|
static ModelObjectDelta |
ModelObjectDelta.newEmptyDelta(IModelObject object,
IModelObject refObject)
|
static ModelObjectDelta |
ModelObjectDelta.newRemoveDelta(IModelObject removedObject,
String association,
IDeltaComputationOptions options)
|
| Methods in org.faktorips.runtime.internal with parameters of type ModelObjectDelta | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||