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.OdiLKM

Packages that use OdiLKM
oracle.odi.domain.project This package contains the Oracle Data Integrator Project implementation. 
oracle.odi.domain.project.interfaces This package contains Oracle Data Integrator Interface implementation. 
oracle.odi.interfaces.basic Provides a simple helper to create basic ODI interfaces from scratch. 

 

Uses of OdiLKM in oracle.odi.domain.project

 

Methods in oracle.odi.domain.project that return OdiLKM
 OdiLKM OdiInterface.StagingArea.getActualLKM()
          For internal use only Returns the actual LKM set for the staging area.
 OdiLKM OdiInterface.StagingArea.getLKM()
          Returns the Load Knowledge module associated to this OdiInterface.StagingArea instance.

 

Methods in oracle.odi.domain.project that return types with arguments of type OdiLKM
 java.util.Collection<OdiLKM> OdiProject.getLKMs()
          Return the unmodifiable collection of LKMs of this OdiProject.

 

Methods in oracle.odi.domain.project with parameters of type OdiLKM
 void OdiProject.removeLKM(OdiLKM pKM)
          Remove the given OdiLKM from the collection of OdiLKMs.
 void OdiInterface.StagingArea.setLKM(OdiLKM pLKM)
          For internal use only Sets the Load Knowledge module associated to this OdiInterface.StagingArea instance.

 

Uses of OdiLKM in oracle.odi.domain.project.interfaces

 

Methods in oracle.odi.domain.project.interfaces that return OdiLKM
 OdiLKM SourceSet.getLKM()
          Returns the Load Knowledge module associated to this SourceSet instance.

 

Methods in oracle.odi.domain.project.interfaces with parameters of type OdiLKM
 void SourceSet.setLKM(OdiLKM pLKM)
          Sets the Load Knowledge Module associated to this SourceSet instance.

 

Uses of OdiLKM in oracle.odi.interfaces.basic

 

Methods in oracle.odi.interfaces.basic with parameters of type OdiLKM
 void IBasicInterfaceCreationHelper.setLKM(OdiLKM pLkm)
          Sets the LKM if needed on the source set.
 void IBasicInterfaceCreationHelper.setLKM(OdiLKM pLkm, java.util.Map<java.lang.String,java.lang.Object> pOptions)
          Sets the LKM if needed on the source set with custom 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.