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

E17060-01

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

Packages that use OdiSKM
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.domain.project.finder This package contains Oracle Data Integrator Finder interfaces for domain project objects.
 
 

Uses of OdiSKM in oracle.odi.domain.model
 

Methods in oracle.odi.domain.model that return OdiSKM
 OdiSKM OdiModel.getSKM()
          Returns the service knowledge module associated to this OdiModel instance.
 

Methods in oracle.odi.domain.model with parameters of type OdiSKM
 void OdiModel.setSKM(OdiSKM pSKM)
          Sets the service knowledge module associated to this OdiModel instance.
 

Uses of OdiSKM in oracle.odi.domain.project
 

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

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

Methods in oracle.odi.domain.project with parameters of type OdiSKM
 void OdiProject.removeSKM(OdiSKM pKM)
          Remove the given OdiSKM from the collection of OdiSKMs.
 

Uses of OdiSKM in oracle.odi.domain.project.finder
 

Methods in oracle.odi.domain.project.finder that return types with arguments of type OdiSKM
 java.util.Collection<OdiSKM> IOdiSKMFinder.findByName(java.lang.String pName)
          Find the OdiKMs matching the specified name.
 java.util.Collection<OdiSKM> IOdiSKMFinder.findByName(java.lang.String pName, java.lang.String pProjectCode)
          Return OdiKMs matching the specified name present in the specified project.
 java.util.Collection<OdiSKM> IOdiSKMFinder.findByProject(java.lang.String pProjectCode)
          Get all OdiKMs of this type in the given project.
 


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.