| Package | Description |
|---|---|
| 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.
|
| Class and Description |
|---|
| 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 |
| 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.
|
| Class and Description |
|---|
| OdiLoadPlan
An OdiLoadPlan is the root entity of the Load Plan aggregate.
|
| Class and Description |
|---|
| 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. |
| Class and Description |
|---|
| OdiLoadPlan
An OdiLoadPlan is the root entity of the Load Plan aggregate.
|