|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| 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. |
java.util.Collection<OdiReference> |
findByPrimaryDataStoreShortcut(java.lang.Number pDataStoreShortcutId)Find all references that refer to the primary data store shortcut. |
| 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 storejava.util.Collection<OdiReference> findByPrimaryDataStore(java.lang.Number pDataStoreId)
pDataStoreId - Id of this data storejava.util.Collection<OdiReference> findByPrimaryDataStoreShortcut(java.lang.Number pDataStoreShortcutId)
pDataStoreShortcutId - Id of this data store
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||