|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IOdiReferenceFinder
Defines finder methods to load OdiReference instances.
| Method Summary | |
|---|---|
OdiReference |
findByName(java.lang.String pName,
java.lang.Number pDataStoreId)
Find the OdiReference by name and the primary data store id. |
java.util.Collection<OdiReference> |
findByPrimaryDataStore(java.lang.Number pDataStoreId)
Find all references that refer to the primary data store. |
| Methods inherited from interface oracle.odi.domain.finder.IFinder |
|---|
findAll, findById, findByIds |
| Method Detail |
|---|
OdiReference findByName(java.lang.String pName,
java.lang.Number pDataStoreId)
pName - Name of OdiReferencepDataStoreId - Id of data store
java.util.Collection<OdiReference> findByPrimaryDataStore(java.lang.Number pDataStoreId)
pDataStoreId - Id of this data store
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||