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

E17060-01

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)
          Constructor to create the source data store creator class.
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.
InterfaceActionSetTargetDataStore(OdiInterface pOdiInterface, OdiDataStore pTargetDataStore, IMappingMatchPolicy pMappingMatchPolicy, IAutoMappingComputer pAutoMappingComputerForMatchedColumn, IAutoMappingComputer pAutoMappingComputerForUnmatchedColumn, ITargetKeyChooser pTargetKeyChooser)
          Deprecated. replaced by InterfaceActionSetTargetDataStore.InterfaceActionSetTargetDataStore(OdiDataStore, IMappingMatchPolicy, IAutoMappingComputer, IAutoMappingComputer, ITargetKeyChooser)
 

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.
 


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.