|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |