Skip navigation links

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

E17060-04


Uses of Interface
oracle.odi.domain.topology.finder.IOdiTechnologyFinder

Packages that use IOdiTechnologyFinder
oracle.odi.domain.project This package contains the Oracle Data Integrator Project implementation. 

 

Uses of IOdiTechnologyFinder in oracle.odi.domain.project

 

Methods in oracle.odi.domain.project with parameters of type IOdiTechnologyFinder
 OdiUserFunctionImpl OdiUserFunction.getImplementation(OdiTechnology pTechnology, IOdiTechnologyFinder pFinder)
          Obtains the OdiUserFunctionImpl which supports the given OdiTechnology or null if it is not supported.
 java.util.Collection<OdiTechnology> OdiUserFunctionImpl.getSupportedTechnologies(IOdiTechnologyFinder pFinder)
          Deprecated. Replaced by OdiUserFunction.getSupportedTechnologies(OdiUserFunctionImpl, IOdiTechnologyFinder)
 java.util.Collection<OdiTechnology> OdiUserFunction.getSupportedTechnologies(OdiUserFunctionImpl pImplementation, IOdiTechnologyFinder pFinder)
          Obtains the Collection of OdiTechnologys supported by the given OdiUserFunctionImpl.
 void OdiUserFunction.mapByTechnologyExclusion(OdiUserFunctionImpl pDefaultImpl, java.util.Collection<OdiTechnology> pExcludedTechnologies, IOdiTechnologyFinder pFinder)
          Deprecated. 
 void OdiUserFunction.mapByTechnologyExclusionSafely(OdiUserFunctionImpl pDefaultImpl, java.util.Collection<OdiTechnology> 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<OdiTechnology> pIncludedTechnologies, IOdiTechnologyFinder pFinder)
          Deprecated. 
 void OdiUserFunction.mapByTechnologyInclusionSafely(OdiUserFunctionImpl pImpl, java.util.Collection<OdiTechnology> pIncludedTechnologies, IOdiTechnologyFinder pFinder)
          Specify the OdiTechnologys that will be supported by the given OdiUserFunctionImpl.
 void OdiUserFunction.unmapByTechnologyExclusion(IOdiTechnologyFinder pFinder)
          Finds the default OdiUserFunctionImpl and make it non-default.

 


Skip navigation links

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

E17060-04


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