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.topology.OdiFlexField

Packages that use OdiFlexField
oracle.odi.domain.topology.finder This package contains classes for searching Oracle Data Integrator topology entities. 

 

Uses of OdiFlexField in oracle.odi.domain.topology.finder

 

Methods in oracle.odi.domain.topology.finder that return OdiFlexField
 OdiFlexField IOdiFlexFieldFinder.findByCode(java.lang.String pCode)
          Find the flex field matching the given code.

 

Methods in oracle.odi.domain.topology.finder that return types with arguments of type OdiFlexField
 java.util.Collection<OdiFlexField> IOdiFlexFieldFinder.findByEntityClass(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass)
          Deprecated. replaced by IOdiFlexFieldFinder.findByEntityClass(Class, Collection)
 java.util.Collection<OdiFlexField> IOdiFlexFieldFinder.findByEntityClass(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass, java.util.Collection<OdiTechnology> pTechnologies)
          Get the collection of OdiFlexFields supporting one of the specified OdiTechnology and that are related to the specified entity type.
 java.util.Collection<OdiFlexField> IOdiFlexFieldFinder.findByEntityClass(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass, java.lang.String pTechnologyCode)
          Deprecated. replaced by IOdiFlexFieldFinder.findByEntityClass(Class, Collection)

 


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.