Skip navigation links

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

E17060-04


Uses of Class
oracle.odi.domain.topology.OdiFlexField

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

 

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

 

Methods in oracle.odi.domain.model.finder with parameters of type OdiFlexField
 java.util.Collection<OdiDataStore> IOdiDataStoreFinder.findByFlexFieldValues(OdiFlexField pFlexField, java.lang.Object[] pValues)
          Finds datastores whose pFlexField's value set to one of pValues.

 

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.7.0)

E17060-04


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