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

E17060-01

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

Packages that use OdiJKM
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. 
 

Uses of OdiJKM in oracle.odi.domain.model
 

Methods in oracle.odi.domain.model that return OdiJKM
 OdiJKM OdiModel.getJKM()
          Returns the journalization knowledge module associated to this OdiModel instance.
 

Methods in oracle.odi.domain.model with parameters of type OdiJKM
 void OdiModel.setJKM(OdiJKM pJKM)
          Sets the journalization knowledge module associated to this OdiModel instance.
 

Uses of OdiJKM in oracle.odi.domain.project
 

Methods in oracle.odi.domain.project that return OdiJKM
 OdiJKM OdiProject.addJKM(java.lang.String pName)
          Deprecated. replaced by constructor OdiJKM(OdiProject pProject, String pName)
 

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

Methods in oracle.odi.domain.project with parameters of type OdiJKM
 void OdiProject.removeJKM(OdiJKM pKM)
          Remove the given OdiJKM from the collection of OdiJKMs.
 


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.