Skip navigation links

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

E17060-04


Uses of Package
oracle.odi.domain.runtime.loadplan

Packages that use oracle.odi.domain.runtime.loadplan
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. 

 

Classes in oracle.odi.domain.runtime.loadplan used by oracle.odi.domain.runtime.loadplan
OdiCaseElse
          This class represents the 'else' clause in a "case-when-else" step of an OdiLoadPlan.
OdiCaseWhen
          This class represents the 'when' clause in a "case-when-else" step of an OdiLoadPlan.
OdiCaseWhen.ComparisonOperator
          Comparisons possible for the OdiLoadPlanVariable defined on the parent OdiLoadPlanStepCase.
OdiLoadPlan
          An OdiLoadPlan is the root entity of the Load Plan aggregate.
OdiLoadPlan.SessionLogsBehavior
          Indicates how logs will be maintained by default for the session of each of the scenarios started by the Load Plan.
OdiLoadPlan.SessionStepLogsBehavior
          Indicates how logs will be maintained by default for the session steps of each of the scenarios started by the Load Plan.
OdiLoadPlanCaseCondition
          Abstract class representing the clauses available in a stepCase (Case-when-else).
OdiLoadPlanElement
          Abstract class representing an object in the OdiLoadPlan hierarchy of steps
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.
OdiLoadPlanStep
          The OdiLoadPlanStep is an abstract class for the steps of the aggregate OdiLoadPlan.
The implementations are: OdiLoadPlanStepSerial OdiLoadPlanStepParallel OdiLoadPlanStepCase OdiLoadPlanStepRunScenario
OdiLoadPlanStep.ExceptionBehavior
          Behavior in case the OdiLoadPlanStep execution throws an exception.
OdiLoadPlanStep.RegenerationMode
          Defines the regeneration modes of a step
OdiLoadPlanStepCase
          An OdiLoadPlanStepCase is one of the OdiLoadPlanStepCase.
It represents an aggregate "case-when*-else" (* there can be multiple when clauses).
OdiLoadPlanStepContainer
          This abstract class represents the steps that serve as container for other steps.
OdiLoadPlanStepParallel
          Concrete class for OdiLoadPlanStep describing the execution of children step in parallel.
OdiLoadPlanStepParallel.RestartType
          Restart behavior of this step when the Load Plan is restarted.
OdiLoadPlanStepRunScenario
          Concrete class for OdiLoadPlanStep defining the execution of an OdiScenario
OdiLoadPlanStepRunScenario.RestartType
          Restart behavior of this step when the Load Plan is restarted.
OdiLoadPlanStepSerial
          Concrete class for OdiLoadPlanStep describing the execution of children steps in a given order.
OdiLoadPlanStepSerial.RestartType
          Restart behavior of this step when the Load Plan is restarted.
Values can be:
-From Failure: When restarting the Load Plan and this step is known to be in failure (i.e.
OdiLoadPlanStepVariable
          This class represents the association between an OdiLoadPlanVariable and an OdiLoadPlanStep.
OdiLoadPlanVariable
          The OdiLoadPlanVariable is the inclusion of an OdiVariable in the context of an OdiLoadPlan.
OdiLoadPlanVariableUsedException
          Thrown when trying to remove a load plan variable currently used as a test variable in a step case.
OdiVariableChangedDatatypeException
          Thrown when trying to remove a load plan variable currently used as a test variable in a step case.

 

Classes in oracle.odi.domain.runtime.loadplan used by oracle.odi.domain.runtime.loadplan.finder
OdiLoadPlan
          An OdiLoadPlan is the root entity of the Load Plan aggregate.
OdiLoadPlanSchedule
          OdiLoadPlanSchedule is an execution schedule attached to the concrete OdiLoadPlan, specified on the object construction.

 

Classes in oracle.odi.domain.runtime.loadplan used by oracle.odi.domain.runtime.lpi
OdiCaseWhen.ComparisonOperator
          Comparisons possible for the OdiLoadPlanVariable defined on the parent OdiLoadPlanStepCase.
OdiLoadPlan
          An OdiLoadPlan is the root entity of the Load Plan aggregate.
OdiLoadPlan.SessionLogsBehavior
          Indicates how logs will be maintained by default for the session of each of the scenarios started by the Load Plan.
OdiLoadPlan.SessionStepLogsBehavior
          Indicates how logs will be maintained by default for the session steps of each of the scenarios started by the Load Plan.
OdiLoadPlanStep.ExceptionBehavior
          Behavior in case the OdiLoadPlanStep execution throws an exception.
OdiLoadPlanStepParallel.RestartType
          Restart behavior of this step when the Load Plan is restarted.
OdiLoadPlanStepRunScenario.RestartType
          Restart behavior of this step when the Load Plan is restarted.
OdiLoadPlanStepSerial.RestartType
          Restart behavior of this step when the Load Plan is restarted.
Values can be:
-From Failure: When restarting the Load Plan and this step is known to be in failure (i.e.

 

Classes in oracle.odi.domain.runtime.loadplan used by oracle.odi.domain.runtime.scenario
OdiLoadPlan
          An OdiLoadPlan is the root entity of the Load Plan aggregate.

 


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.