public interface DataObjectHandlingContext
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getDataObjectPayload()
Returns the payload behind the data object being handled in a generic way.
|
Map<String,Object> |
getFullFormPayload()
Returns the full payload behind the form, where the data object is just a part of.
|
Map<String,Object> |
getOriginalDataObjectPayload()
If the current operation is a modification rather than a creation, this method returns the last, original data object data before the update took place.
|
Map<String,Object> |
getOriginalFullFormPayload()
If the current operation is a modification rather than a creation, this method returns the last, original full data object behind the form for data
comparison or delta building.
|
Map<String,Object> getDataObjectPayload()
Map<String,Object> getOriginalDataObjectPayload()
Map<String,Object> getFullFormPayload()
Map<String,Object> getOriginalFullFormPayload()