Skip navigation links

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

E17060-04


Uses of Class
oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep.RegenerationMode

Packages that use OdiLoadPlanStep.RegenerationMode
oracle.odi.domain.runtime.loadplan   

 

Uses of OdiLoadPlanStep.RegenerationMode in oracle.odi.domain.runtime.loadplan

 

Methods in oracle.odi.domain.runtime.loadplan that return OdiLoadPlanStep.RegenerationMode
static OdiLoadPlanStep.RegenerationMode OdiLoadPlanStep.RegenerationMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OdiLoadPlanStep.RegenerationMode[] OdiLoadPlanStep.RegenerationMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.odi.domain.runtime.loadplan with parameters of type OdiLoadPlanStep.RegenerationMode
 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)
           

 


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.