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.IMappingMatchPolicy

Packages that use IMappingMatchPolicy
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.matchpolicy This package contains the implementations, when working with Oracle Data Integrator interfaces, for defining the matching policy to reuse mappings when the target datastore of an interface is changed. 

 

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

 

Classes in oracle.odi.interfaces.interactive.support.actions that implement IMappingMatchPolicy
 class InterfaceActionOnTargetDataStoreToTemporary.MappingMatchPolicy
          An inner class that implements the IMappingMatchPolicy interface, that is used in the performAction method to attempt to automatically reuse the existing mappings.

 

Constructors in oracle.odi.interfaces.interactive.support.actions with parameters of type IMappingMatchPolicy
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 IMappingMatchPolicy in oracle.odi.interfaces.interactive.support.mapping.matchpolicy

 

Classes in oracle.odi.interfaces.interactive.support.mapping.matchpolicy that implement IMappingMatchPolicy
 class MappingMatchPolicyColumnName
          MappingMatchPolicyColumnName is an implementation of the IMappingMatchPolicy interface which matches columns by name.
 class MappingMatchPolicyLazy
          MappingMatchPolicyLazy is a lazy implementation of the IMappingMatchPolicy interface.

 


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.