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

E17060-01

oracle.odi.domain.topology.finder
Interface IOdiFlexFieldFinder

All Superinterfaces:
IFinder

public interface IOdiFlexFieldFinder
extends IFinder

Finder interface for OdiFlexField entity.

Since:
11.1.1.3.0

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)
          Get the collection of OdiFlexField relevant for this entityClass.
 java.util.Collection<OdiFlexField> findByEntityClass(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass, java.lang.String pTechnologyCode)
          Get the collection of OdiFlexField relevant for this entityClass and for the specified technology.
 
Methods inherited from interface oracle.odi.domain.finder.IFinder
findAll, findById, findByIds
 

Method Detail

findByCode

OdiFlexField findByCode(java.lang.String pCode)
Find the flex field matching the given code.

Parameters:
pCode - field's code
Returns:
OdiFlexField instance

findByEntityClass

java.util.Collection<OdiFlexField> findByEntityClass(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass)
Get the collection of OdiFlexField relevant for this entityClass.

Parameters:
pFlexFieldUserClass - class of flexfield user
Returns:
collection of OdiFlexFields

findByEntityClass

java.util.Collection<OdiFlexField> findByEntityClass(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass,
                                                     java.lang.String pTechnologyCode)
Get the collection of OdiFlexField relevant for this entityClass and for the specified technology.

Parameters:
pFlexFieldUserClass - class of flexfield user
pTechnologyCode - technology's code
Returns:
collection of OdiFlexFields

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.