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 |
This package contains classes for managing Oracle Data Integrator Sessions and related objects.
|
oracle.odi.domain.runtime.session.blueprint | |
oracle.odi.domain.runtime.variable |
This package contains classes for needed to create and work with Oracle Data Integrator variables and their values.
|
Modifier and Type | Method and Description |
---|---|
ValuePersistence |
AbstractRuntimeVariable.getValuePersistence()
Returns the value persistence type of this
AbstractRuntimeVariable . |
Modifier and Type | Method and Description |
---|---|
IExecutableVariable |
IExecutable.createVariable(java.lang.String varName,
VariableType varType,
java.lang.Object defaultVal,
java.lang.String desc,
boolean isReadOnly,
ValuePersistence valPersistence,
java.lang.Number order) |
Modifier and Type | Method and Description |
---|---|
IExecutableVariable |
OdiScenario.createVariable(java.lang.String varName,
VariableType varType,
java.lang.Object defaultVal,
java.lang.String desc,
boolean isReadOnly,
ValuePersistence valPersistence,
java.lang.Number order) |
void |
OdiScenarioVariable.setValuePersistence(ValuePersistence pValuePersistence)
FOR INTERNAL USE ONLY.
|
Modifier and Type | Method and Description |
---|---|
ValuePersistence |
OdiSessionCustomVariable.getValuePersistence()
Returns the value persistence type of underlying
OdiSessionBlueprintVariable . |
ValuePersistence |
OdiSessionVariable.getValuePersistence()
Deprecated.
Returns the values persistence strategy for this
OdiSessionVariable . |
Modifier and Type | Method and Description |
---|---|
IExecutableVariable |
OdiSessionBlueprint.createVariable(java.lang.String varName,
VariableType varType,
java.lang.Object defaultVal,
java.lang.String desc,
boolean isReadOnly,
ValuePersistence valPersistence,
java.lang.Number order) |
void |
OdiSessionBlueprintVariable.setValuePersistence(ValuePersistence pValuePersistence)
FOR INTERNAL USE ONLY.
|
Modifier and Type | Field and Description |
---|---|
static ValuePersistence |
ValuePersistence.HISTORIZE
Indicates that ODI stores in repository an history of the values took by the
variable once execution of a session is completed.
|
static ValuePersistence |
ValuePersistence.LATEST_VALUE
Same as
HISTORIZE except that ODI only keep the latest value took by the
variable. |
static ValuePersistence |
ValuePersistence.NON_PERSISTENT
Indicates that ODI does not stored values in repository except if variable
tracking is enabled.
|
static ValuePersistence |
ValuePersistence.NON_TRACKABLE
Indicates that the variable values are not stored in ODI repository even if variable
tracking is enabled.
|
Modifier and Type | Method and Description |
---|---|
static ValuePersistence |
ValuePersistence.valueOf(java.lang.String name) |
static ValuePersistence[] |
ValuePersistence.values() |