public static interface OfflineDBUpdateManager.Processor
Modifier and Type | Method and Description |
---|---|
void |
processObject(OfflineDBObjectProvider pro,
SystemObject original,
SystemObject update)
Implementations of this method may make any changes to the update SystemObject
and these will be commmited to the Offline Database, provided they do not
fail the validation phase that follows.
|
void processObject(OfflineDBObjectProvider pro, SystemObject original, SystemObject update)
pro
- the offline databse provideroriginal
- a copy of the object before the edit began, or null if creatingupdate
- the object being editted or created