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

E17060-01

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)
          Get the collection of OdiFlexField relevant for this entityClass.
 java.util.Collection<OdiFlexField> IOdiFlexFieldFinder.findByEntityClass(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass, java.lang.String pTechnologyCode)
          Get the collection of OdiFlexField relevant for this entityClass and for the specified technology.
 java.util.Collection<OdiFlexField> IOdiFlexFieldFinder.findByEntityClassAndTechnology(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass, OdiTechnology pTechnology)
          Deprecated. replaced by #findByEntityClass(Class pFlexFieldUserClass, String pTechnologyName)
 


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

E17060-01

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