Skip navigation links

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

E17060-02


oracle.odi.interfaces.interactive
Interface IClauseImporter

All Known Implementing Classes:
ClauseImporterDefault, ClauseImporterLazy, InterfaceActionAddLookup.MyClauseImporter

public interface IClauseImporter

This interface imports the filter and join conditions for ODI interface objects.

Since:
11.1.1.3.0

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

 

Method Detail

importClauses

void importClauses(SourceDataStore pSourceDataStore,
                   IInterfaceActionListener pInterfaceActionListener,
                   IInterfaceUndoListener pInterfaceUndoListener,
                   IActionHelper pActionHelper)
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.
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.5.0)

E17060-02


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