public interface PlasmaChangeSummary extends ChangeSummary
ChangeSummary.Setting| Modifier and Type | Method and Description |
|---|---|
void |
clear(DataObject dataObject)
Removes all change information for the given data object
within this change summary.
|
void |
created(DataObject dataObject)
Register the given data object as a created object
within this change summary.
|
void |
deleted(DataObject dataObject)
Register the given data object as a deleted object
within this change summary.
|
int |
getPathDepth(DataObject dataObject)
Returns the path depth within the data graph for the given
data object.
|
void |
modified(DataObject dataObject,
Property property,
Object oldValue)
Register the given data object as a modified object
within this change summary for the given property.
|
beginLogging, endLogging, getChangedDataObjects, getDataGraph, getOldContainer, getOldContainmentProperty, getOldSequence, getOldValue, getOldValues, getRootObject, isCreated, isDeleted, isLogging, isModified, undoChangesvoid created(DataObject dataObject)
dataObject - the created data objectvoid deleted(DataObject dataObject)
dataObject - the deleted data objectvoid modified(DataObject dataObject, Property property, Object oldValue)
dataObject - the modified data objectproperty - the modified propertyoldValue - the previous value for the given propertyvoid clear(DataObject dataObject)
dataObject - the data objectint getPathDepth(DataObject dataObject)
dataObject - the data objectCopyright © 2017. All rights reserved.