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.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 OdiLoadPlanSchedule.getLoadPlan()
          Returns the OdiLoadPlan this schedule is associated with.
 OdiLoadPlan OdiLoadPlanStepVariable.getLoadPlan()
           
 OdiLoadPlan OdiLoadPlanVariable.getLoadPlan()
           

 

Methods in oracle.odi.domain.runtime.loadplan with parameters of type OdiLoadPlan
 java.util.List<ValidationRecord> OdiLoadPlanValidator.validateLoadPlan(OdiLoadPlan loadPlan)
           Check passed load plan against follow rules:

 

Constructors in oracle.odi.domain.runtime.loadplan with parameters of type OdiLoadPlan
OdiLoadPlanSchedule(OdiLoadPlan pLoadPlan, java.lang.String pContextCode, java.lang.String pLogicalAgentName)
          Constructs the active schedule of ON_AGENT_STARTUP recurrence type for specified OdiLoadPlan.
OdiLoadPlanSchedule(OdiLoadPlan pLoadPlan, java.lang.String pContextCode, java.lang.String pLogicalAgentName, Recurrence pRecurrence)
          Constructs the active Schedule with specified recurrence for specified OdiLoadPlan.

 

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

 

Methods in oracle.odi.domain.runtime.loadplan.finder with parameters of type OdiLoadPlan
 java.util.Collection<OdiLoadPlanSchedule> IOdiLoadPlanScheduleFinder.findByLoadPlan(OdiLoadPlan pLoadPlan)
          Finds for all schedules related to specified OdiLoadPlan.

 

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.7.0)

E17060-04


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