|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
KMOptionRetainerCopyThis option retainer overrides the new option values with forced values passed in the constructor. |
class |
KMOptionRetainerHomonymyThis implementation copies old option values to the new options, based on case sensitive homonymy on the option names. |
class |
KMOptionRetainerLazyThis is a lazy implementation: it doesn't do anything and therefore doesn't preserve option values. |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||