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

E17060-01

oracle.odi.interfaces.interactive.support.clauseimporters
Class ClauseImporterDefault

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.clauseimporters.ClauseImporterDefault
All Implemented Interfaces:
IClauseImporter

public class ClauseImporterDefault
extends java.lang.Object
implements IClauseImporter

ClauseImporterDefault is the default implementation of IClauseImporter for importing join and filter clauses for a source data store. It is typically used by interface action class InterfaceActionAddSourceDataStore as a construction parameter to control the importing behavior. If importing is not desired, ClauseImporterLazy may be used instead.
Example:
interactiveHelper.performAction(new InterfaceActionAddSourceDataStore(sourceDataStore1, dataSet, new BasicAliasComputer(), new ClauseImporterDefault(), new AutoMappingComputerLazy()));

Since:
11.1.1.3.0
See Also:
ClauseImporterLazy

Constructor Summary
ClauseImporterDefault()
           
 
Method Summary
 void importClauses(SourceDataStore pSourceDataStore, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only Invoked to import join and filter clauses.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClauseImporterDefault

public ClauseImporterDefault()
Method Detail

importClauses

public void importClauses(SourceDataStore pSourceDataStore,
                          IInterfaceActionListener pInterfaceActionListener,
                          IInterfaceUndoListener pInterfaceUndoListener,
                          IActionHelper pActionHelper)
For internal use only Invoked to import join and filter clauses.

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

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

E17060-01

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