Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


oracle.odi.interfaces.interactive.support.actions
Class InterfaceActionAddLookup.MyClauseImporter

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddLookup.MyClauseImporter

All Implemented Interfaces:
IClauseImporter
Enclosing class:
InterfaceActionAddLookup

public class InterfaceActionAddLookup.MyClauseImporter
extends java.lang.Object
implements IClauseImporter

An inner class that implements the <@link IClauseImporter> interface. A clause importer interface instance is required when performing this action, and this one is used. For internal use only.

Since:
11.1.1.3.0

Constructor Summary
InterfaceActionAddLookup.MyClauseImporter()
           

 

Method Summary
 void importClauses(SourceDataStore pSourceDataStore, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          Adds filter and join conditions to the interface.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

InterfaceActionAddLookup.MyClauseImporter

public InterfaceActionAddLookup.MyClauseImporter()

Method Detail

importClauses

public void importClauses(SourceDataStore pSourceDataStore,
                          IInterfaceActionListener pInterfaceActionListener,
                          IInterfaceUndoListener pInterfaceUndoListener,
                          IActionHelper pActionHelper)
Description copied from interface: IClauseImporter
Adds filter and join conditions to the interface. Filter conditions will be retrieved from the underlying table object of the data store. Join conditions will be generated from the source data stores based on key references.
Specified by:
importClauses in interface IClauseImporter
Parameters:
pSourceDataStore - the source data store object
pInterfaceActionListener - the interface action listener
pInterfaceUndoListener - the interface action undo listener
pActionHelper - the action helper

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.