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 IOdiDataStoreFinder

All Superinterfaces:
IFinder

public interface IOdiDataStoreFinder
extends IFinder

Defines finder methods to load OdiDataStore instances.

Since:
11.1.1.3.0

Method Summary
 java.util.Collection<OdiDataStore> findByModel(java.lang.String pModelCode)
          Find OdiDataStores by model code.
 OdiDataStore findByName(java.lang.String pName, java.lang.String pModelCode)
          Find OdiDataStore by name and model code.
 java.util.Collection<OdiDataStore> findByReleaseTagValue(java.lang.String pReleaseTagValue, java.lang.Number pOriginatorId)
          For internal use only.
 java.util.Collection<OdiDataStore> findByShortcutReference(java.lang.Number pOriginatorId)
          For internal use only.

 

Methods inherited from interface oracle.odi.domain.finder.IFinder
findAll, findById, findByIds

 

Method Detail

findByName

OdiDataStore findByName(java.lang.String pName,
                        java.lang.String pModelCode)
Find OdiDataStore by name and model code.
Parameters:
pName - Name of data store
pModelCode - Code of parent model
Returns:
OdiDataStore

findByModel

java.util.Collection<OdiDataStore> findByModel(java.lang.String pModelCode)
Find OdiDataStores by model code. Find all datastores contained in the model.
Parameters:
pModelCode - Code of parent model
Returns:
OdiDataStore
Since:
11.1.1.6.0

findByReleaseTagValue

java.util.Collection<OdiDataStore> findByReleaseTagValue(java.lang.String pReleaseTagValue,
                                                         java.lang.Number pOriginatorId)
For internal use only.

Find all datastores originating from the same object for a particular release. Used internally for shortcut materialization.

Parameters:
pReleaseTagValue - Value of the desired relese tag
pOriginatorId - Originator id for the datastore.
Returns:

findByShortcutReference

java.util.Collection<OdiDataStore> findByShortcutReference(java.lang.Number pOriginatorId)
For internal use only.

Find all shortcuts that that have pOriginatorId as a shortcut reference. This method will find all shortcuts that directly descend from this object.

Parameters:
pOriginatorId - id of the referenced object.
Returns:
Collection of OdiDataStore shortcuts that descend from this object.

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.