Skip navigation links

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

E17060-03


oracle.odi.domain.model.finder
Interface IOdiReferenceFinder

All Superinterfaces:
IFinder

public interface IOdiReferenceFinder
extends IFinder

Defines finder methods to load OdiReference instances.

Since:
11.1.1.3.0

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

findByName

OdiReference findByName(java.lang.String pName,
                        java.lang.Number pDataStoreId)
Find the OdiReference by name and the primary data store id.
Parameters:
pName - Name of OdiReference
pDataStoreId - Id of data store
Returns:
OdiReference

findByPrimaryDataStore

java.util.Collection<OdiReference> findByPrimaryDataStore(java.lang.Number pDataStoreId)
Find all references that refer to the primary data store.
Parameters:
pDataStoreId - Id of this data store
Returns:
collection of OdiReferences referring to (using) this data store

findByPrimaryDataStoreShortcut

java.util.Collection<OdiReference> findByPrimaryDataStoreShortcut(java.lang.Number pDataStoreShortcutId)
Find all references that refer to the primary data store shortcut.
Parameters:
pDataStoreShortcutId - Id of this data store
Returns:
collection of OdiReferences referring to (using) this data store

Skip navigation links

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

E17060-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.