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

E17060-01

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

Packages that use ITargetKeyChooser
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.targetkeychoosers This package contains the implementations for finding an update key for the target datastores when working with Oracle Data Integrator interfaces. 
 

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

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

Classes in oracle.odi.interfaces.interactive.support.targetkeychoosers that implement ITargetKeyChooser
 class TargetKeyChooserAnyKey
          This implementation chooses the first key given in the list of keys on the target datastore.
 class TargetKeyChooserComposer
          This implementation composes on other target key choosers and selects the first update key found by the choosers.
 class TargetKeyChooserFixed
          The purpose of this target key chooser is to choose the key with a given name on the target datastore.
If the given key name is not found on the datastore's keys, then no update key is selected by this implementation.
 class TargetKeyChooserLazy
          A lazy implementation of a target key chooser.
By using this target key chooser, no update key will be automatically selected on the target datastore.
 class TargetKeyChooserPrimaryKey
          This implementation chooses the primary key as update key for the given target datastore.
If no primary key is defined on the target datastore, then no update key will be automatically selected for this datastore.
 

Constructors in oracle.odi.interfaces.interactive.support.targetkeychoosers with parameters of type ITargetKeyChooser
TargetKeyChooserComposer(ITargetKeyChooser[] pUnderlyingChoosers)
          Creates a chooser from other choosers.
To choose the key, all choosers are called in the order in which they appear in the array, and the first non null key is returned.
 


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.