|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OdiKM | |
---|---|
oracle.odi.domain.project | This package contains the Oracle Data Integrator Project implementation. |
oracle.odi.domain.project.finder | This package contains Oracle Data Integrator Finder interfaces for domain project objects. |
oracle.odi.interfaces.interactive.support | This package and its sub-packages provide the implementations for interactive handling of Oracle Data Integrator interfaces. |
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 | This package contains the implementations of the various types of KM holder when working with Oracle Data Integrator interfaces. |
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 OdiKM in oracle.odi.domain.project |
---|
Subclasses of OdiKM in oracle.odi.domain.project | |
---|---|
class |
OdiCKM Represents the Control Knowledge Module. |
class |
OdiIKM Represents an Integration Knowledge Module. |
class |
OdiJKM Represents a journalization knowledge module. |
class |
OdiLKM Represents the Loading Knowledge Module. |
class |
OdiRKM Represents the Reverse Knowledge Module. |
Uses of OdiKM in oracle.odi.domain.project.finder |
---|
Classes in oracle.odi.domain.project.finder with type parameters of type OdiKM | |
---|---|
interface |
IOdiKMFinder<KMType extends OdiKM<?>> Root finder interface for Knowledge Modules. |
Uses of OdiKM in oracle.odi.interfaces.interactive.support |
---|
Methods in oracle.odi.interfaces.interactive.support that return OdiKM | |
---|---|
static OdiKM<?> |
InteractiveInterfaceHelperWithActions.chooseKM(OdiTechnology pSourceTechnology, OdiTechnology pDestinationTechnology, java.util.Collection<? extends OdiKM> pKMs) A static method used to pick a KM from among the available KMs. The KM that is most suited to the specified source and destination technology will be picked. The list of available KMs must be passed to the method. |
static OdiKM<?> |
InteractiveInterfaceHelperWithActions.chooseKM(OdiTechnology pSourceTechnology, OdiTechnology pDestinationTechnology, java.util.Collection<? extends OdiKM> pKMs, boolean pToFilter, java.lang.Boolean pMultiConnexion) A static method used to pick a KM from among the available KMs. |
Methods in oracle.odi.interfaces.interactive.support with parameters of type OdiKM | |
---|---|
static boolean |
InteractiveInterfaceHelperWithActions.checkAcceptsKMTechnologies(OdiKM<?> pOdiKM, java.lang.Boolean pMultiConnection, OdiTechnology pSourceTechnology, OdiTechnology pTargetTechnology) Returns true if the specified KM supports the given source and target technology, and multiple connection setting. |
void |
IKMOptionRetainer.retainOptions(OdiKM<?> pOldKM, java.util.List<IOptionValue> pOldOptionValues, OdiKM<?> pNewKM, java.util.List<IOptionValue> pNewOptions) This is called after the KM was changed on the option retainer. |
void |
IKMOptionRetainer.retainOptions(OdiKM<?> pOldKM, java.util.List<IOptionValue> pOldOptionValues, OdiKM<?> pNewKM, java.util.List<IOptionValue> pNewOptions) This is called after the KM was changed on the option retainer. |
Method parameters in oracle.odi.interfaces.interactive.support with type arguments of type OdiKM | |
---|---|
static OdiKM<?> |
InteractiveInterfaceHelperWithActions.chooseKM(OdiTechnology pSourceTechnology, OdiTechnology pDestinationTechnology, java.util.Collection<? extends OdiKM> pKMs) A static method used to pick a KM from among the available KMs. The KM that is most suited to the specified source and destination technology will be picked. The list of available KMs must be passed to the method. |
static OdiKM<?> |
InteractiveInterfaceHelperWithActions.chooseKM(OdiTechnology pSourceTechnology, OdiTechnology pDestinationTechnology, java.util.Collection<? extends OdiKM> pKMs, boolean pToFilter, java.lang.Boolean pMultiConnexion) A static method used to pick a KM from among the available KMs. |
Uses of OdiKM in oracle.odi.interfaces.interactive.support.actions |
---|
Constructors in oracle.odi.interfaces.interactive.support.actions with parameters of type OdiKM | |
---|---|
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 OdiKM in oracle.odi.interfaces.interactive.support.km |
---|
Methods in oracle.odi.interfaces.interactive.support.km that return OdiKM | |
---|---|
OdiKM |
IInterfaceKMHolder.getKM() Gets the current KM. |
Methods in oracle.odi.interfaces.interactive.support.km with parameters of type OdiKM | |
---|---|
void |
IInterfaceKMHolder.setKM(OdiKM pOdiKM) Sets the current KM. |
Uses of OdiKM in oracle.odi.interfaces.interactive.support.km.optionretainer |
---|
Methods in oracle.odi.interfaces.interactive.support.km.optionretainer with parameters of type OdiKM | |
---|---|
void |
KMOptionRetainerCopy.retainOptions(OdiKM<?> pOldKM, java.util.List<IOptionValue> pOldOptionValues, OdiKM<?> pNewKM, java.util.List<IOptionValue> pNewOptions) |
void |
KMOptionRetainerCopy.retainOptions(OdiKM<?> pOldKM, java.util.List<IOptionValue> pOldOptionValues, OdiKM<?> pNewKM, java.util.List<IOptionValue> pNewOptions) |
void |
KMOptionRetainerHomonymy.retainOptions(OdiKM<?> pOldKM, java.util.List<IOptionValue> pOldOptionValues, OdiKM<?> pNewKM, java.util.List<IOptionValue> pNewOptions) |
void |
KMOptionRetainerHomonymy.retainOptions(OdiKM<?> pOldKM, java.util.List<IOptionValue> pOldOptionValues, OdiKM<?> pNewKM, java.util.List<IOptionValue> pNewOptions) |
void |
KMOptionRetainerLazy.retainOptions(OdiKM<?> pOldKM, java.util.List<IOptionValue> pOldOptionValues, OdiKM<?> pNewKM, java.util.List<IOptionValue> pNewOptions) |
void |
KMOptionRetainerLazy.retainOptions(OdiKM<?> pOldKM, java.util.List<IOptionValue> pOldOptionValues, OdiKM<?> pNewKM, java.util.List<IOptionValue> pNewOptions) |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |