Skip navigation links

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

E17060-03


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

Packages that use IKMOptionRetainer
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.km.optionretainer This package contains the implementations on retaining existing knowledge module options when a different knowledge module is used in Oracle Data Integrator interfaces. 

 

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

 

Constructors in oracle.odi.interfaces.interactive.support.actions with parameters of type IKMOptionRetainer
InterfaceActionSetKM(OdiKM<?> pKM, IInterfaceSubComponent pKMHolder, InterfaceActionSetKM.KMType pKMType, IKMOptionRetainer pKMOptionRetainer)
          Creates an action class instance which will assign a knowledge module to a source set, staging area, or target datastore, when performAction is called.

 

Uses of IKMOptionRetainer in oracle.odi.interfaces.interactive.support.km.optionretainer

 

Classes in oracle.odi.interfaces.interactive.support.km.optionretainer that implement IKMOptionRetainer
 class KMOptionRetainerCopy
          This option retainer overrides the new option values with forced values passed in the constructor.
 class KMOptionRetainerHomonymy
          This implementation copies old option values to the new options, based on case sensitive homonymy on the option names.
 class KMOptionRetainerLazy
          This is a lazy implementation: it doesn't do anything and therefore doesn't preserve option values.

 


Skip navigation links

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

E17060-03


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