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

E17060-01

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

Packages that use OdiRKM
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 OdiRKM in oracle.odi.domain.model
 

Methods in oracle.odi.domain.model that return OdiRKM
 OdiRKM OdiModel.getRKM()
          Returns the Reverse Knowledge Module associated to this OdiModel instance.
 

Methods in oracle.odi.domain.model with parameters of type OdiRKM
 void OdiModel.setRKM(OdiRKM pRKM)
          Sets the Reverse Knowledge Module to be associated to this OdiModel instance.
 

Uses of OdiRKM in oracle.odi.domain.project
 

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

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

Methods in oracle.odi.domain.project with parameters of type OdiRKM
 void OdiProject.removeRKM(OdiRKM pKM)
          Remove the given OdiRKM from the collection of OdiRKMs.
 


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.