Skip navigation links

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

E17060-03


Uses of Class
oracle.odi.domain.project.OdiKM

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)
          Deprecated. Use chooseKM(String pProjectCode, final IOdiEntityManager pEntityManager, final OdiTechnology pSourceTechnology, final OdiTechnology pDestinationTechnology, Class pKMClass, boolean pMultiConnexion) instead
static OdiKM<?> InteractiveInterfaceHelperWithActions.chooseKM(OdiTechnology pSourceTechnology, OdiTechnology pDestinationTechnology, java.util.Collection<? extends OdiKM> pKMs, boolean pToFilter, java.lang.Boolean pMultiConnexion)
          Deprecated. Use chooseKM(String pProjectCode, final IOdiEntityManager pEntityManager, final OdiTechnology pSourceTechnology, final OdiTechnology pDestinationTechnology, Class pKMClass, boolean pMultiConnexion) instead
static OdiKM<?> InteractiveInterfaceHelperWithActions.chooseKM(java.lang.String pProjectCode, IOdiEntityManager pEntityManager, OdiTechnology pSourceTechnology, OdiTechnology pDestinationTechnology, java.lang.Class pKMClass, 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)
          Deprecated. Use chooseKM(String pProjectCode, final IOdiEntityManager pEntityManager, final OdiTechnology pSourceTechnology, final OdiTechnology pDestinationTechnology, Class pKMClass, boolean pMultiConnexion) instead
static OdiKM<?> InteractiveInterfaceHelperWithActions.chooseKM(OdiTechnology pSourceTechnology, OdiTechnology pDestinationTechnology, java.util.Collection<? extends OdiKM> pKMs, boolean pToFilter, java.lang.Boolean pMultiConnexion)
          Deprecated. Use chooseKM(String pProjectCode, final IOdiEntityManager pEntityManager, final OdiTechnology pSourceTechnology, final OdiTechnology pDestinationTechnology, Class pKMClass, boolean pMultiConnexion) instead

 

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)
           

 


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.