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.OdiLoadPlanElement

Packages that use OdiLoadPlanElement
oracle.odi.domain.runtime.loadplan   

 

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

 

Subclasses of OdiLoadPlanElement in oracle.odi.domain.runtime.loadplan
 class OdiCaseElse
          This class represents the 'else' clause in a "case-when-else" step of an OdiLoadPlan.
 class OdiCaseWhen
          This class represents the 'when' clause in a "case-when-else" step of an OdiLoadPlan.
 class OdiLoadPlanCaseCondition
          Abstract class representing the clauses available in a stepCase (Case-when-else).
 class OdiLoadPlanException
          An OdiLoadPlanException represents some action that can be executed when the OdiLoadPlan faces an error.
On each step, the OdiLoadPlan can define an OdiLoadPlanException to be executed in such a case.
The OdiLoadPlan manages a list of OdiLoadPlanException.
 class OdiLoadPlanStep
          The OdiLoadPlanStep is an abstract class for the steps of the aggregate OdiLoadPlan.
The implementations are: OdiLoadPlanStepSerial OdiLoadPlanStepParallel OdiLoadPlanStepCase OdiLoadPlanStepRunScenario
 class OdiLoadPlanStepCase
          An OdiLoadPlanStepCase is one of the OdiLoadPlanStepCase.
It represents an aggregate "case-when*-else" (* there can be multiple when clauses).
 class OdiLoadPlanStepContainer
          This abstract class represents the steps that serve as container for other steps.
 class OdiLoadPlanStepParallel
          Concrete class for OdiLoadPlanStep describing the execution of children step in parallel.
 class OdiLoadPlanStepRunScenario
          Concrete class for OdiLoadPlanStep defining the execution of an OdiScenario
 class OdiLoadPlanStepSerial
          Concrete class for OdiLoadPlanStep describing the execution of children steps in a given order.

 

Methods in oracle.odi.domain.runtime.loadplan that return OdiLoadPlanElement
 OdiLoadPlanElement OdiLoadPlanCaseCondition.getParentElement()
           
abstract  OdiLoadPlanElement OdiLoadPlanElement.getParentElement()
           
 OdiLoadPlanElement OdiLoadPlanException.getParentElement()
           
 OdiLoadPlanElement OdiLoadPlanStep.getParentElement()
           

 


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.