| Package | Description |
|---|---|
| oracle.odi.domain.project |
This package contains the Oracle Data Integrator Project implementation.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
StepVariable.DeclareVariable
Implements declare action for an
StepVariable. |
static class |
StepVariable.EvaluateVariable
Implements evaluate action for an
StepVariable. |
static class |
StepVariable.RefreshVariable
Implements refresh action for an
StepVariable. |
static class |
StepVariable.SetVariable
Implements set action for an
StepVariable. |
| Modifier and Type | Method and Description |
|---|---|
StepVariable.IVariableAction |
StepVariable.getAction()
Returns the action proceeded by this step.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StepVariable.setAction(StepVariable.IVariableAction pVariableAction)
Defines the action to do with this variable.
|