Skip navigation links

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

E17060-04


Uses of Interface
oracle.odi.generation.IOdiScenarioGenerator

Packages that use IOdiScenarioGenerator
oracle.odi.domain.runtime.loadplan   
oracle.odi.generation.support This package contains the generation services for Oracle Data Integrator. 

 

Uses of IOdiScenarioGenerator in oracle.odi.domain.runtime.loadplan

 

Methods in oracle.odi.domain.runtime.loadplan with parameters of type IOdiScenarioGenerator
 void OdiLoadPlanStep.regenerate(OdiLoadPlanStep.RegenerationMode pRegenerationMode, IOdiScenarioGenerator pScenarioGenerator)
           Will regenerate all scenarios of this step and its children according to the specified RegenerationMode.
If this step is a RunScenario step type it regenerates only this step scenario.
This operation is not supported if the work repository is a runtime repository.
This operation will not happen if one of the scenario original object doesn't exist anymore (throws OdiOriginalObjectNotExistException
 void OdiLoadPlanStepContainer.regenerate(OdiLoadPlanStep.RegenerationMode pRegenerationMode, IOdiScenarioGenerator pScenarioGenerator)
           
 void OdiLoadPlanStepRunScenario.regenerate(OdiLoadPlanStep.RegenerationMode pRegenerationMode, IOdiScenarioGenerator pScenarioGenerator)
           

 

Uses of IOdiScenarioGenerator in oracle.odi.generation.support

 

Classes in oracle.odi.generation.support that implement IOdiScenarioGenerator
 class OdiScenarioGeneratorImpl
          Default IOdiScenarioGenerator implementation.

 


Skip navigation links

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

E17060-04


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