public interface PlasmaChangeSummary
extends commonj.sdo.ChangeSummary
| Modifier and Type | Method and Description |
|---|---|
void |
clear(commonj.sdo.DataObject dataObject)
Removes all change information for the given data object within this change
summary.
|
void |
created(commonj.sdo.DataObject dataObject)
Register the given data object as a created object within this change
summary.
|
void |
deleted(commonj.sdo.DataObject dataObject)
Register the given data object as a deleted object within this change
summary.
|
int |
getPathDepth(commonj.sdo.DataObject dataObject)
Returns the path depth within the data graph for the given data object.
|
void |
modified(commonj.sdo.DataObject dataObject,
commonj.sdo.Property property,
Object oldValue)
Register the given data object as a modified object within this change
summary for the given property.
|
void created(commonj.sdo.DataObject dataObject)
dataObject - the created data objectvoid deleted(commonj.sdo.DataObject dataObject)
dataObject - the deleted data objectvoid modified(commonj.sdo.DataObject dataObject,
commonj.sdo.Property property,
Object oldValue)
dataObject - the modified data objectproperty - the modified propertyoldValue - the previous value for the given propertyvoid clear(commonj.sdo.DataObject dataObject)
dataObject - the data objectint getPathDepth(commonj.sdo.DataObject dataObject)
dataObject - the data objectCopyright © 2021. All rights reserved.