Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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