| Package | Description |
|---|---|
| oracle.odi.domain.project |
This package contains the Oracle Data Integrator Project implementation.
|
| oracle.odi.domain.xrefs |
Provides cross reference class hierarchy.
|
| oracle.odi.domain.xrefs.expression |
Provides classes to manage expressions.
|
| Modifier and Type | Method and Description |
|---|---|
OdiUserFunction |
OdiTechnologyAlreadyImplementedException.getUserFunction()
Deprecated.
Returns related
OdiUserFunction. |
| Modifier and Type | Method and Description |
|---|---|
void |
OdiProject.removeUserFunction(OdiUserFunction pUserFunction)
Remove the given
OdiUserFunction from the collection of OdiUserFunctions. |
| Constructor and Description |
|---|
OdiTechnologyAlreadyImplementedException(OdiUserFunction pUserFunction,
OdiTechnology pTechnology)
Deprecated.
Constructs a new
OdiTechnologyAlreadyImplementedException. |
| Modifier and Type | Method and Description |
|---|---|
OdiUserFunction |
OdiUserFunctionCrossRef.getReferencedObject() |
| Constructor and Description |
|---|
OdiUserFunctionCrossRef(int pPosition,
java.lang.String pExpressionElement,
OdiUserFunction pUserFunction,
java.lang.String pTechnologyName)
Create a new
OdiUserFunctionCrossRef. |
OdiUserFunctionCrossRef(int pPosition,
java.lang.String pExpressionElement,
OdiUserFunction pUserFunction,
java.lang.String pTechnologyName,
java.lang.String pGlobalId)
Create a new
OdiUserFunctionCrossRef. |
| Modifier and Type | Method and Description |
|---|---|
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 pBuilders)
Append the string representation of the given
OdiUserFunction to this builder's
expression and uses the pBuilders as parameters of the function. |