Package | Description |
---|---|
oracle.odi.domain.runtime.common | |
oracle.odi.domain.runtime.session |
This package contains classes for managing Oracle Data Integrator Sessions and related objects.
|
Modifier and Type | Method and Description |
---|---|
IRuntimeStep |
ITask.getAggregateParent() |
IRuntimeStep |
IRuntimeStep.getNextStepAfterFailure() |
IRuntimeStep |
IRuntimeStep.getNextStepAfterSuccess() |
Modifier and Type | Method and Description |
---|---|
void |
IRuntimeExecutable.removeStep(IRuntimeStep pStep) |
void |
IRuntimeStep.setNextStepAfterFailure(IRuntimeStep pNextStepAfterFailure) |
void |
IRuntimeStep.setNextStepAfterSuccess(IRuntimeStep pNextStepAfterSuccess) |
Modifier and Type | Class and Description |
---|---|
class |
OdiSessionStep
Deprecated.
consider using
OdiSessionBlueprintStep instead.
This API has never been released, so it should be deleted very soon, before 12.1. |
Modifier and Type | Method and Description |
---|---|
IRuntimeStep |
OdiSessionTask.getAggregateParent()
Deprecated.
|
IRuntimeStep |
OdiSessionStep.getNextStepAfterFailure()
Deprecated.
|
IRuntimeStep |
OdiSessionStep.getNextStepAfterSuccess()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
OdiSession.removeStep(IRuntimeStep pStep)
Deprecated.
consider using
OdiSessionBlueprintStep instead. |
void |
OdiSessionStep.setNextStepAfterFailure(IRuntimeStep pNextStepAfterFailure)
Deprecated.
|
void |
OdiSessionStep.setNextStepAfterSuccess(IRuntimeStep pNextStepAfterSuccess)
Deprecated.
|