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

E13403-08

oracle.jdeveloper.offlinedb
Class OfflineDBUpdateManager

java.lang.Object
  extended by oracle.jdeveloper.offlinedb.OfflineDBUpdateManager

public class OfflineDBUpdateManager
extends java.lang.Object

Allows registration of user-code to update offline database objects after they have been commited to the OfflineDBObjectProvider but before the Validation phase begins.


Nested Class Summary
static interface OfflineDBUpdateManager.Processor
           
 
Constructor Summary
OfflineDBUpdateManager()
           
 
Method Summary
static java.util.List<OfflineDBUpdateManager.Processor> getProcessors(java.lang.String type)
           
static void registerProcessor(java.lang.String type, OfflineDBUpdateManager.Processor processor)
          Registers an instance of OfflineDBUpdateManager.Processor to be invoked when committing objects of the given type.
static void removeProcessor(java.lang.String type, OfflineDBUpdateManager.Processor processor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfflineDBUpdateManager

public OfflineDBUpdateManager()
Method Detail

registerProcessor

public static void registerProcessor(java.lang.String type,
                                     OfflineDBUpdateManager.Processor processor)
Registers an instance of OfflineDBUpdateManager.Processor to be invoked when committing objects of the given type.

Parameters:
type - The DBObject type (must represent a SystemObject)
processor -

removeProcessor

public static void removeProcessor(java.lang.String type,
                                   OfflineDBUpdateManager.Processor processor)

getProcessors

public static java.util.List<OfflineDBUpdateManager.Processor> getProcessors(java.lang.String type)

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

E13403-08

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