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

E17060-01

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

Packages that use OdiCKM
oracle.odi.domain.model This package contains the Oracle Data Integrator Data Model domain implementation. 
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 OdiCKM in oracle.odi.domain.model
 

Methods in oracle.odi.domain.model that return OdiCKM
 OdiCKM OdiModel.getCKM()
          Gets the Control knowledge module associated to this OdiModel instance.
 

Methods in oracle.odi.domain.model with parameters of type OdiCKM
 void OdiModel.setCKM(OdiCKM pCKM)
          Sets the control Knowledge module associated to this OdiModel instance.
 

Uses of OdiCKM in oracle.odi.domain.project
 

Methods in oracle.odi.domain.project that return OdiCKM
 OdiCKM OdiProject.addCKM(java.lang.String pName)
          Deprecated. replaced by constructor OdiCKM(OdiProject pProject, String pName)
 OdiCKM OdiInterface.TargetDataStore.getCKM()
          Returns the Control Knowledge module associated to this OdiInterface.TargetDataStore instance.
 

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

Methods in oracle.odi.domain.project with parameters of type OdiCKM
 void OdiProject.removeCKM(OdiCKM pKM)
          Remove the given OdiCKM from the collection of OdiCKMs.
 void OdiInterface.TargetDataStore.setCKM(OdiCKM pOdiCKM)
          For internal use only Sets the Control Knowledge module associated to this OdiInterface.TargetDataStore instance.
 

Uses of OdiCKM in oracle.odi.interfaces.basic
 

Methods in oracle.odi.interfaces.basic with parameters of type OdiCKM
 void IBasicInterfaceCreationHelper.setCKM(OdiCKM pCkm)
          Sets the CKM on the target datastore.
 void IBasicInterfaceCreationHelper.setCKM(OdiCKM pCkm, java.util.Map<java.lang.String,java.lang.Object> pOptions)
          Sets the CKM on the target datastore 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.