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 IOdiUserFunctionFinder

All Superinterfaces:
IFinder

public interface IOdiUserFunctionFinder
extends IFinder

Finder interface for OdiUserFunction.

Since:
11.1.1.3.0

Method Summary
 java.util.Collection<OdiUserFunction> findAllGlobals()
          Find all global user functions.
 java.util.Collection<OdiUserFunction> findByProject(java.lang.String pProjectCode)
          Find all user functions for this project.

 

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

 

Method Detail

findAllGlobals

java.util.Collection<OdiUserFunction> findAllGlobals()
Find all global user functions.
Returns:
collection of OdiUserFunction

findByProject

java.util.Collection<OdiUserFunction> findByProject(java.lang.String pProjectCode)
Find all user functions for this project.
Parameters:
pProjectCode - the code of the project for which we want the sequences
Returns:
the list of user functions in this project
Throws:
DomainRuntimeException - if pProjectCode is null or empty.

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.