Skip navigation links

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

E17060-02


Uses of Class
oracle.odi.domain.runtime.loadplan.OdiLoadPlan

Packages that use OdiLoadPlan
oracle.odi.domain.runtime.loadplan   
oracle.odi.domain.runtime.loadplan.finder   
oracle.odi.domain.runtime.lpi   
oracle.odi.domain.runtime.scenario This package contains classes for managing Oracle Data Integrator Scenarios and related objects. 

 

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

 

Methods in oracle.odi.domain.runtime.loadplan that return OdiLoadPlan
 OdiLoadPlan OdiLoadPlanStepVariable.getLoadPlan()
           
 OdiLoadPlan OdiLoadPlanVariable.getLoadPlan()
           

 

Uses of OdiLoadPlan in oracle.odi.domain.runtime.loadplan.finder

 

Methods in oracle.odi.domain.runtime.loadplan.finder that return OdiLoadPlan
 OdiLoadPlan IOdiLoadPlanFinder.findByName(java.lang.String pName)
          Find the load plan defined by this name

 

Methods in oracle.odi.domain.runtime.loadplan.finder that return types with arguments of type OdiLoadPlan
 java.util.Collection<OdiLoadPlan> IOdiLoadPlanFinder.findByScenarioUsed(Tag pScenario)
          Retrieve the list of load plan executing the scenario

 

Uses of OdiLoadPlan in oracle.odi.domain.runtime.lpi

 

Methods in oracle.odi.domain.runtime.lpi that return OdiLoadPlan
 OdiLoadPlan OdiLoadPlanInstance.getLoadPlan()
           

 

Uses of OdiLoadPlan in oracle.odi.domain.runtime.scenario

 

Methods in oracle.odi.domain.runtime.scenario that return types with arguments of type OdiLoadPlan
 java.util.Collection<OdiLoadPlan> OdiScenarioFolder.getLoadPlans()
          Gets an unmodifiable collection of OdiLoadPlan that belongs to this OdiScenarioFolder.

 

Methods in oracle.odi.domain.runtime.scenario with parameters of type OdiLoadPlan
 void OdiScenarioFolder.addLoadPlan(OdiLoadPlan pLoadPlan)
          Add the given OdiLoadPlan to this OdiScenarioFolder.
 void OdiScenarioFolder.removeLoadPlan(OdiLoadPlan pLoadPlan)
          Removes the given OdiLoadPlan from this OdiScenarioFolder's hierarchy.

 


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.