Package | Description |
---|---|
oracle.odi.domain.runtime.common | |
oracle.odi.domain.runtime.scenario |
This package contains classes for managing Oracle Data Integrator Scenarios and related objects.
|
oracle.odi.domain.runtime.session.blueprint |
Modifier and Type | Method and Description |
---|---|
IExecutableStep |
IExecutable.addStep(IExecutableStep step) |
IExecutableStep |
IExecutable.createStep(int stepNumber,
java.lang.String stepName,
StepType stepType) |
Modifier and Type | Method and Description |
---|---|
IExecutableStep |
IExecutable.addStep(IExecutableStep step) |
static IStepTask |
ExecutableHelper.findTaskByName(IExecutableStep step,
java.lang.String expr)
Find the first task in the specified executable step whose name contains the specified
string expression.
|
static IStepTask |
ExecutableHelper.findTaskByName(IExecutableStep step,
java.lang.String expr,
int index)
Find the first task in the specified executable step whose name contains the specified
string expression.
|
static java.util.List |
ExecutableHelper.getTopLevelTasks(IExecutableStep step)
Get all tasks contained by the step that do not have a composite parent task.
|
Modifier and Type | Class and Description |
---|---|
class |
OdiScenarioStep
OdiScenarioStep is representation of scenario step. |
Modifier and Type | Method and Description |
---|---|
IExecutableStep |
OdiScenario.addStep(IExecutableStep step) |
IExecutableStep |
OdiScenario.createStep(int stepNumber,
java.lang.String stepName,
StepType stepType) |
Modifier and Type | Method and Description |
---|---|
IExecutableStep |
OdiScenario.addStep(IExecutableStep step) |
Modifier and Type | Class and Description |
---|---|
class |
OdiSessionBlueprintStep
OdiSessionBlueprintStep is the part of blueprint of ODI Session, representing Step
of OdiScenario . |
Modifier and Type | Method and Description |
---|---|
IExecutableStep |
OdiSessionBlueprint.addStep(IExecutableStep step) |
IExecutableStep |
OdiSessionBlueprint.createStep(int stepNumber,
java.lang.String stepName,
StepType stepType) |
Modifier and Type | Method and Description |
---|---|
IExecutableStep |
OdiSessionBlueprint.addStep(IExecutableStep step) |