| Package | Description | 
|---|---|
| oracle.odi.domain.project | 
 This package contains the Oracle Data Integrator Project implementation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OdiUserFunctionImpl | 
OdiUserFunction.addImplementation(java.lang.String pImplementationString)
Creates a new implementation of this  
OdiUserFunction specified by pImplementationString. | 
OdiUserFunctionImpl | 
OdiUserFunction.getDefaultImplementation()
Obtains the default  
OdiUserFunctionImpl - implementation which automatically supports newly created
 technologies. | 
OdiUserFunctionImpl | 
OdiUserFunction.getImpl(ITechnology pTechnology,
       java.util.List allTechnos)  | 
OdiUserFunctionImpl | 
OdiUserFunction.getImplementation(OdiTechnology pTechnology,
                 IOdiTechnologyFinder pFinder)
Obtains the  
OdiUserFunctionImpl which supports the given OdiTechnology or null if it is not 
 supported. | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection | 
OdiUserFunction.getSupportedTechnologies(OdiUserFunctionImpl pImplementation,
                        IOdiTechnologyFinder pFinder)
Obtains the Collection of  
OdiTechnologys supported by the given OdiUserFunctionImpl. | 
java.util.Collection | 
OdiUserFunction.getSupportedTechnologyCodes(OdiUserFunctionImpl pImplementation,
                           java.util.Collection allTechnoCodes)  | 
void | 
OdiUserFunction.mapByTechnologyExclusion(OdiUserFunctionImpl pDefaultImpl,
                        java.util.Collection pExcludedTechnologies,
                        IOdiTechnologyFinder pFinder)
Specify the implementation becoming default and  
OdiTechnologys that will not be supported by it. | 
void | 
OdiUserFunction.mapByTechnologyInclusion(OdiUserFunctionImpl pImpl,
                        java.util.Collection pIncludedTechnologies,
                        IOdiTechnologyFinder pFinder)
Specify the  
OdiTechnologys that will be supported by the given OdiUserFunctionImpl. | 
void | 
OdiUserFunction.removeImplementation(OdiUserFunctionImpl pImplementation)
Remove the given implementation ( 
OdiUserFunctionImpl) of this OdiUserFunction. |