Skip navigation links

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

E17060-03


oracle.odi.domain.project.finder
Interface IOdiSKMFinder

All Superinterfaces:
IFinder

public interface IOdiSKMFinder
extends IFinder

Finder interface for OdiSKM entity.

Since:
11.1.1.3.0

Method Summary
 java.util.Collection<OdiSKM> findAllGlobals()
          Find all Global SKms in the repository
 java.util.Collection<OdiSKM> findByName(java.lang.String pName)
          Find the OdiKMs matching the specified name.
 java.util.Collection<OdiSKM> findByName(java.lang.String pName, java.lang.String pProjectCode)
          Return OdiKMs matching the specified name present in the specified project.
 java.util.Collection<OdiSKM> findByProject(java.lang.String pProjectCode)
          Get all OdiKMs of this type in the given project.
 java.util.Collection<OdiSKM> findGlobalByName(java.lang.String pName)
          Return Global OdiSKms matching the specified name

 

Methods inherited from interface oracle.odi.domain.finder.IFinder
findAll, findById, findByIds

 

Method Detail

findByName

java.util.Collection<OdiSKM> findByName(java.lang.String pName)
Find the OdiKMs matching the specified name.
Parameters:
pName - Name of SKM
Returns:
Collection of OdiSKM
Throws:
DomainRuntimeException - if pName is null or empty.

findByName

java.util.Collection<OdiSKM> findByName(java.lang.String pName,
                                        java.lang.String pProjectCode)
Return OdiKMs matching the specified name present in the specified project.
Parameters:
pName - Name of SKM
pProjectCode - Code of project
Returns:
Collection of OdiSKM
Throws:
DomainRuntimeException - if pName or pProjectCode is null or empty.

findByProject

java.util.Collection<OdiSKM> findByProject(java.lang.String pProjectCode)
Get all OdiKMs of this type in the given project.
Parameters:
pProjectCode - Code of project
Returns:
Collection of OdiSKM
Throws:
DomainRuntimeException - if pName is null or empty.

findGlobalByName

java.util.Collection<OdiSKM> findGlobalByName(java.lang.String pName)
Return Global OdiSKms matching the specified name
Parameters:
pName - Name of SKM
Returns:
Collection of OdiSKM
Throws:
DomainRuntimeException - if pName is null or empty.

findAllGlobals

java.util.Collection<OdiSKM> findAllGlobals()
Find all Global SKms in the repository
Returns:
Collection of OdiSKM

Skip navigation links

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

E17060-03


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