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