Skip navigation links

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

E17060-04


Uses of Interface
oracle.odi.interfaces.interactive.support.IAutoMappingComputer

Packages that use IAutoMappingComputer
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.mapping.automap This package contains the implementations for auto mapping handling when working with Oracle Data Integrator interfaces. 

 

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

 

Constructors in oracle.odi.interfaces.interactive.support.actions with parameters of type IAutoMappingComputer
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.
InterfaceActionOnTargetDataStoreComputeAutoMapping(DataSet pDataSet, IAutoMappingComputer pComputer)
          Constructor to create an action class instance which computes auto mapping for a target data store, when performAction is called.
InterfaceActionOnTemporaryTargetDataStoreAddColumn(IAutoMappingComputer pAutoMappingComputer)
          Creates an action class instance which will add an unnamed column to a temporary target data store, when performAction is called.
InterfaceActionOnTemporaryTargetDataStoreAddColumn(OdiColumn pOdiColumn, IAutoMappingComputer pAutoMappingComputer)
          Creates an action class instance which will add a column to a temporary target data store, when performAction is called.
InterfaceActionOnTemporaryTargetDataStoreAddColumn(SourceColumn pSourceColumn, IAutoMappingComputer pAutoMappingComputer)
          Creates an action class instance which will add a column to a temporary target data store, when performAction is called.
InterfaceActionOnTemporaryTargetDataStoreAddColumn(java.lang.String pColName, IAutoMappingComputer pAutoMappingComputer)
          Creates an action class instance which will add a column to a temporary target data store, when performAction is called.
InterfaceActionSetTargetDataStore(OdiDataStore pTargetDataStore, IMappingMatchPolicy pMappingMatchPolicy, IAutoMappingComputer pAutoMappingComputerForMatchedColumn, IAutoMappingComputer pAutoMappingComputerForUnmatchedColumn, ITargetKeyChooser pTargetKeyChooser)
          Creates an action class instance which will assign a target datastore, when performAction is called.

 

Uses of IAutoMappingComputer in oracle.odi.interfaces.interactive.support.mapping.automap

 

Classes in oracle.odi.interfaces.interactive.support.mapping.automap that implement IAutoMappingComputer
 class AutoMappingComputerColumnName
          This implementation creates 1 on 1 mappings based on column names.
If the target column doesn't have any mapping yet, then a new TargetMapping is created
 class AutoMappingComputerLazy
          This implementation is lazy: it doesn't do anything.

 


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.