Skip navigation links

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

E17060-04


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

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.clauseimporters.ClauseImporterLazy

All Implemented Interfaces:
IClauseImporter

public class ClauseImporterLazy
extends java.lang.Object
implements IClauseImporter

ClauseImporterLazy is a lazy implementation of the IClauseImporter interface which does not import clauses, effectively behaving as a no-op. ClauseImporterDefault is the default implementation for importing join or filter clauses. ClauseImporterLazy is typically used by interface action classes as a construction parameter to control the importing behavior.
Example:
interactiveHelper.performAction(new InterfaceActionAddSourceDataStore(sourceDataStore1, dataSet, new BasicAliasComputer(), new ClauseImporterLazy(), new AutoMappingComputerLazy()));

Since:
11.1.1.3.0
See Also:
ClauseImporterDefault

Constructor Summary
ClauseImporterLazy()
           

 

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

ClauseImporterLazy

public ClauseImporterLazy()

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

Skip navigation links

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

E17060-04


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