Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.jdeveloper.offlinedb
Interface OfflineDBUpdateManager.Processor

Enclosing class:
OfflineDBUpdateManager

public static interface OfflineDBUpdateManager.Processor


Method Summary
 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.
 

Method Detail

processObject

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.

Parameters:
pro - the offline databse provider
original - a copy of the object before the edit began, or null if creating
update - the object being editted or created

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.