Package | Description |
---|---|
oracle.odi.domain.runtime.scenario |
This package contains classes for managing Oracle Data Integrator Scenarios and related objects.
|
Modifier and Type | Method and Description |
---|---|
OdiScenarioStep |
OdiScenarioStep.getNextStepAfterFailure()
Returns the next
OdiScenarioStep in sequence if this step failed
during execution. |
OdiScenarioStep |
OdiScenarioStep.getNextStepAfterSuccess()
Returns the next
OdiScenarioStep in successful execution sequence. |
OdiScenarioStep |
OdiScenarioTask.getScenarioStep()
Returns the enclosing
OdiScenarioStep . |
Modifier and Type | Method and Description |
---|---|
void |
OdiScenario.addScenarioStep(OdiScenarioStep pScenarioStep) |
void |
OdiScenarioStep.setNextStepAfterFailure(OdiScenarioStep pNextStepAfterFailure)
FOR INTERNAL USE ONLY.
|
void |
OdiScenarioStep.setNextStepAfterSuccess(OdiScenarioStep pNextStepAfterSuccess)
FOR INTERNAL USE ONLY.
|