Skip navigation links

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

E17060-04


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

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

 

Uses of OdiIKM in oracle.odi.domain.project

 

Methods in oracle.odi.domain.project that return OdiIKM
 OdiIKM OdiInterface.TargetDataStore.getIKM()
          Returns the Integration Knowledge module associated to this OdiInterface.TargetDataStore instance.

 

Methods in oracle.odi.domain.project that return types with arguments of type OdiIKM
 java.util.Collection<OdiIKM> OdiProject.getIKMs()
          Return the unmodifiable collection of IKMs (Integration Knowledge Modules) of this OdiProject.

 

Methods in oracle.odi.domain.project with parameters of type OdiIKM
 void OdiProject.removeIKM(OdiIKM pKM)
          Remove the given OdiIKM from the collection of OdiIKMs.
 void OdiInterface.TargetDataStore.setIKM(OdiIKM pOdiIKM)
          For internal use only Sets the Integration Knowledge module associated to this OdiInterface.TargetDataStore instance.

 

Uses of OdiIKM in oracle.odi.interfaces.basic

 

Methods in oracle.odi.interfaces.basic with parameters of type OdiIKM
 void IBasicInterfaceCreationHelper.setIKM(OdiIKM pIkm)
          Sets the IKM on the staging area.
 void IBasicInterfaceCreationHelper.setIKM(OdiIKM pIkm, java.util.Map<java.lang.String,java.lang.Object> pOptions)
          Sets the IKM on the staging area with custom option values.

 


Skip navigation links

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

E17060-04


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