|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PlasmaChangeSummary
A change summary is used to record changes to DataObjects, allowing applications to efficiently and incrementally update back-end storage when required.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface commonj.sdo.ChangeSummary |
|---|
ChangeSummary.Setting |
| Method Summary | |
|---|---|
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,
java.lang.Object oldValue)
Register the given data object as a modified object within this change summary for the given property. |
| Methods inherited from interface commonj.sdo.ChangeSummary |
|---|
beginLogging, endLogging, getChangedDataObjects, getDataGraph, getOldContainer, getOldContainmentProperty, getOldSequence, getOldValue, getOldValues, getRootObject, isCreated, isDeleted, isLogging, isModified, undoChanges |
| Method Detail |
|---|
void created(DataObject dataObject)
dataObject - the created data objectvoid deleted(DataObject dataObject)
dataObject - the deleted data object
void modified(DataObject dataObject,
Property property,
java.lang.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 object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||