Skip navigation links

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

E17060-02


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

Packages that use IMappingChooser
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.choosers This package contains the implementations, when working with Oracle Data Integrator interfaces, for choosing one of the target mapping expression across multiple datasets if the execution location of the target expression is changed to target. 

 

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

 

Constructors in oracle.odi.interfaces.interactive.support.actions with parameters of type IMappingChooser
InterfaceActionOnTargetMappingSetLocation(java.lang.String pColumnName, IMappingChooser pMappingChooser)
          Creates an action class instance which will set the location on a target mapping to ExecutionLocation.TARGET, when performAction is called.

 

Uses of IMappingChooser in oracle.odi.interfaces.interactive.support.mapping.choosers

 

Classes in oracle.odi.interfaces.interactive.support.mapping.choosers that implement IMappingChooser
 class MappingChooserBlank
          This implementation always a blank expression, whatever the column.
 class MappingChooserConstant
          This implementation always returns a constant, whatever the column.
 class MappingChooserDataSet
          This implementation chooses the SQL expression of the given column in the given dataset.
 class MappingChooserFirst
          This implementation grabs the first mapping it finds, in a random dataset.
It is ok to use this implementation when there is only one dataset in the interface.

 


Skip navigation links

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

E17060-02


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