Skip navigation links

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

E17060-02


oracle.odi.domain.runtime.scenario.finder
Interface IOdiScenarioFinder

All Superinterfaces:
IFinder

public interface IOdiScenarioFinder
extends IFinder

Finder interface for OdiScenario entity. Created on 3 janv. 08


Method Summary
 java.util.Collection<OdiScenario> findBySourceInterface(java.lang.Number pInterfaceId)
          Finds from runtime repository all OdiScenarios that were created from given interface.
 java.util.Collection<OdiScenario> findBySourcePackage(java.lang.Number pPackageId)
          Finds from runtime repository all OdiScenarios that were created from given package.
 java.util.Collection<OdiScenario> findBySourceUserProcedure(java.lang.Number pUserProcedureId)
          Finds from runtime repository all OdiScenarios that were created from given user procedure.
 java.util.Collection<OdiScenario> findBySourceVariable(java.lang.Number pVariableId)
          Finds from runtime repository all OdiScenarios that were created from given variable.
 OdiScenario findByTag(Tag pScenarioTag)
          Finds from the runtime repository OdiScenario specified by pScenerioTag.
 OdiScenario findLatestByName(java.lang.String pScenarioName)
          Finds from the runtime repository the latest version of OdiScenario specified by pScenarioName

 

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

 

Method Detail

findByTag

OdiScenario findByTag(Tag pScenarioTag)
Finds from the runtime repository OdiScenario specified by pScenerioTag.
Parameters:
pScenarioTag - tag to search for
Returns:
OdiScenario specified by Tag.

findBySourceVariable

java.util.Collection<OdiScenario> findBySourceVariable(java.lang.Number pVariableId)
Finds from runtime repository all OdiScenarios that were created from given variable.
Parameters:
pVariableId - - ID of given variable
Returns:
collection of all OdiScenarios that were created from given variable

findBySourceUserProcedure

java.util.Collection<OdiScenario> findBySourceUserProcedure(java.lang.Number pUserProcedureId)
Finds from runtime repository all OdiScenarios that were created from given user procedure.
Parameters:
pUserProcedureId - - ID of given user procedure
Returns:
collection of all OdiScenarios that were created from given user procedure

findBySourceInterface

java.util.Collection<OdiScenario> findBySourceInterface(java.lang.Number pInterfaceId)
Finds from runtime repository all OdiScenarios that were created from given interface.
Parameters:
pInterfaceId - - ID of given interface
Returns:
collection of all OdiScenarios that were created from given interface

findBySourcePackage

java.util.Collection<OdiScenario> findBySourcePackage(java.lang.Number pPackageId)
Finds from runtime repository all OdiScenarios that were created from given package.
Parameters:
pPackageId - - ID of given package
Returns:
collection of all OdiScenarios that were created from given package

findLatestByName

OdiScenario findLatestByName(java.lang.String pScenarioName)
Finds from the runtime repository the latest version of OdiScenario specified by pScenarioName
Parameters:
pScenarioName - name of OdiScenario
Returns:
the latest version of OdiScenario specified by Name.
Since:
11.1.1.5.0

Skip navigation links

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

E17060-02


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