Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.6)

E22566-05

oracle.apps.fnd.applxdf.jdev.shadow
Class TableShadow

java.lang.Object
  extended by oracle.apps.fnd.applxdf.jdev.shadow.TableShadow
All Implemented Interfaces:
OfflineDBUpdateManager.Processor

public class TableShadow
extends java.lang.Object
implements OfflineDBUpdateManager.Processor


Constructor Summary
TableShadow()
           
 
Method Summary
static boolean isShadow(Table otable)
           
 void processObject(OfflineDBObjectProvider prov, SystemObject original, SystemObject update)
          Create a shadow table if a table's UDP "Enable Audit" set to 'Y'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableShadow

public TableShadow()
Method Detail

processObject

public void processObject(OfflineDBObjectProvider prov,
                          SystemObject original,
                          SystemObject update)
Create a shadow table if a table's UDP "Enable Audit" set to 'Y'. (Use db object update API here)

Specified by:
processObject in interface OfflineDBUpdateManager.Processor
Parameters:
prov - - offline databse provider
original - - the object before the edit began, or null if creating
update - - the object being editted or created

isShadow

public static boolean isShadow(Table otable)

Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.6)

E22566-05

Copyright © 2012 Oracle. All Rights Reserved.