|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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) |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||