|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOdiFlexFieldFinder
Finder interface for OdiFlexField
entity.
Method Summary | |
---|---|
OdiFlexField |
findByCode(java.lang.String pCode) Find the flex field matching the given code. |
java.util.Collection<OdiFlexField> |
findByEntityClass(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass) Deprecated. replaced by findByEntityClass(Class, Collection) |
java.util.Collection<OdiFlexField> |
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> |
findByEntityClass(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass, java.lang.String pTechnologyCode) Deprecated. replaced by findByEntityClass(Class, Collection) |
Methods inherited from interface oracle.odi.domain.finder.IFinder |
---|
findAll, findById, findByIds |
Method Detail |
---|
OdiFlexField findByCode(java.lang.String pCode)
pCode
- field's codeOdiFlexField
instancejava.util.Collection<OdiFlexField> findByEntityClass(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass)
findByEntityClass(Class, Collection)
pFlexFieldUserClass
- class of flexfield userOdiFlexField
sjava.util.Collection<OdiFlexField> findByEntityClass(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass, java.lang.String pTechnologyCode)
findByEntityClass(Class, Collection)
pFlexFieldUserClass
- class of flexfield userpTechnologyCode
- technology's codeOdiFlexField
sjava.util.Collection<OdiFlexField> 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. OdiFlexField related to all OdiTechnologies are returned as well.
To obtain OdiFlexFields related to a specified entity type but not related to any specific OdiTechnology (i.e. supporting all OdiTechnologies) this method should be invoked with an empty pTechnologies collection.
pFlexFieldUserClass
- class of flexfield userpTechnologies
- technologiesOdiFlexField
s
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |