Skip navigation links

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

E17060-02


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

Packages that use OdiUserFunction
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.
 
oracle.odi.domain.xrefs Provides cross reference class hierarchy. 
oracle.odi.domain.xrefs.expression Provides classes to manage expressions. 

 

Uses of OdiUserFunction in oracle.odi.domain.project

 

Methods in oracle.odi.domain.project that return OdiUserFunction
 OdiUserFunction OdiTechnologyAlreadyImplementedException.getUserFunction()
          Returns related OdiUserFunction.

 

Methods in oracle.odi.domain.project that return types with arguments of type OdiUserFunction
 java.util.Collection<OdiUserFunction> OdiProject.getUserFunctions()
          Return an unmodifiable collection of user functions that belong to this project.

 

Methods in oracle.odi.domain.project with parameters of type OdiUserFunction
 void OdiProject.removeUserFunction(OdiUserFunction pUserFunction)
          Remove the given OdiUserFunction from the collection of OdiUserFunctions.

 

Constructors in oracle.odi.domain.project with parameters of type OdiUserFunction
OdiTechnologyAlreadyImplementedException(OdiUserFunction pUserFunction, OdiTechnology pTechnology)
          Constructs a new OdiTechnologyAlreadyImplementedException.

 

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

 

Methods in oracle.odi.domain.project.finder that return types with arguments of type OdiUserFunction
 java.util.Collection<OdiUserFunction> IOdiUserFunctionFinder.findAllGlobals()
          Find all global user functions.
 java.util.Collection<OdiUserFunction> IOdiUserFunctionFinder.findByProject(java.lang.String pProjectCode)
          Find all user functions for this project.

 

Uses of OdiUserFunction in oracle.odi.domain.xrefs

 

Methods in oracle.odi.domain.xrefs that return OdiUserFunction
 OdiUserFunction OdiUserFunctionCrossRef.getReferencedObject()
           

 

Constructors in oracle.odi.domain.xrefs with parameters of type OdiUserFunction
OdiUserFunctionCrossRef(int pPosition, java.lang.String pExpressionElement, OdiUserFunction pUserFunction, java.lang.String pTechnologyName)
          Create a new OdiUserFunctionCrossRef.

 

Uses of OdiUserFunction in oracle.odi.domain.xrefs.expression

 

Methods in oracle.odi.domain.xrefs.expression with parameters of type OdiUserFunction
 ExpressionStringBuilder ExpressionStringBuilder.append(OdiUserFunction pOdiUserFunction)
          Append the string representation of the given OdiUserFunction to this builder's expression.
 ExpressionStringBuilder ExpressionStringBuilder.append(OdiUserFunction pOdiUserFunction, java.util.List<ExpressionStringBuilder> pBuilders)
          Append the string representation of the given OdiUserFunction to this builder's expression and uses the pBuilders as parameters of the function.

 


Skip navigation links

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

E17060-02


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