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

E17060-01

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.domain.project.finder This package contains Oracle Data Integrator Finder interfaces for domain project objects.
 
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 OdiProject.addIKM(java.lang.String pName)
          Deprecated. replaced by constructor OdiIKM(OdiProject pProject, String pName)
 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.domain.project.finder
 

Methods in oracle.odi.domain.project.finder that return types with arguments of type OdiIKM
 java.util.Collection<OdiIKM> IOdiIKMFinder.findByProjectMonoTechnology(OdiProject pProject, OdiTechnology pTargetTechnology, boolean pAcceptsNullTechnologies)
          Deprecated. replaced by IOdiKMFinder.findByDefaultTechnologiesPair(String pProjectCode, String pSourceTechnologyCode, String pTargetTechnologyCode, boolean pMultiConnectionsSupported)
 

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.
 


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

E17060-01

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