Skip navigation links

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

E17060-03


Uses of Interface
oracle.odi.interfaces.interactive.IClauseImporter

Packages that use IClauseImporter
oracle.odi.interfaces.interactive.support.actions This package contains the Oracle Data Integrator interface action implementation classes Classes in this package allow modification to the ODI interface object, when used in conjunction with the oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions helper class. 
oracle.odi.interfaces.interactive.support.clauseimporters This package contains the implementations to import join and filter clauses when adding new source datastores in Oracle Data Integrator interfaces. 

 

Uses of IClauseImporter in oracle.odi.interfaces.interactive.support.actions

 

Classes in oracle.odi.interfaces.interactive.support.actions that implement IClauseImporter
 class InterfaceActionAddLookup.MyClauseImporter
          An inner class that implements the <@link IClauseImporter> interface.

 

Constructors in oracle.odi.interfaces.interactive.support.actions with parameters of type IClauseImporter
InterfaceActionAddSourceDataStore(IDataStore<?,?> pDataStore, DataSet pDataSet, IAliasComputer pAliasComputer, IClauseImporter pClauseImporter, IAutoMappingComputer pAutoMappingComputer)
          Deprecated. use other public constructors instead
InterfaceActionAddSourceDataStore(OdiDataStore pDataStore, DataSet pDataSet, IAliasComputer pAliasComputer, IClauseImporter pClauseImporter, IAutoMappingComputer pAutoMappingComputer)
          Creates an action to add an OdiDataStore as source in a DataSet.
InterfaceActionAddSourceDataStore(OdiInterface.TargetDataStore pDataStore, DataSet pDataSet, IAliasComputer pAliasComputer, IClauseImporter pClauseImporter, IAutoMappingComputer pAutoMappingComputer)
          Creates an action to add a temporary target datastore of an interface as source in a DataSet
InterfaceActionAddSourceDataStore(OdiInterface pInterface, DataSet pDataSet, IAliasComputer pAliasComputer, IClauseImporter pClauseImporter, IAutoMappingComputer pAutoMappingComputer)
          Creates an action to add a temporary target datastore of an interface as source in a DataSet
InterfaceActionAddSourceDataStore(SourceDataStore pDataStore, DataSet pDataSet, IAliasComputer pAliasComputer, IClauseImporter pClauseImporter, IAutoMappingComputer pAutoMappingComputer)
          For internal use only. Creates an action to add a SourceDataStore as source in a DataSet.

 

Uses of IClauseImporter in oracle.odi.interfaces.interactive.support.clauseimporters

 

Classes in oracle.odi.interfaces.interactive.support.clauseimporters that implement IClauseImporter
 class ClauseImporterDefault
          ClauseImporterDefault is the default implementation of IClauseImporter for importing join and filter clauses for a source data store.
 class ClauseImporterLazy
          ClauseImporterLazy is a lazy implementation of the IClauseImporter interface which does not import clauses, effectively behaving as a no-op.

 


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.