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.step |
This package contains enumeration
StepType for managing types of OdiSessionStepLog . |
Modifier and Type | Method and Description |
---|---|
StepLoggingMethod |
IRuntimeStep.getLoggingMethod() |
StepLoggingMethod |
AbstractRuntimeStep.getLogMethod()
Returns the logging method for this
AbstractRuntimeStep . |
Modifier and Type | Method and Description |
---|---|
void |
IRuntimeStep.setLoggingMethod(StepLoggingMethod pLoggingMethod) |
void |
IExecutableStep.setLogMethod(StepLoggingMethod pLogMethod) |
Modifier and Type | Method and Description |
---|---|
void |
OdiScenarioStep.setLogMethod(StepLoggingMethod pLogMethod)
FOR INTERNAL USE ONLY.
|
Modifier and Type | Method and Description |
---|---|
StepLoggingMethod |
OdiSessionStep.getLoggingMethod()
Deprecated.
|
StepLoggingMethod |
OdiSessionCustomStep.getLogMethod()
Returns the logging method for underlying
OdiSessionBlueprintStep . |
Modifier and Type | Method and Description |
---|---|
void |
OdiSessionStep.setLoggingMethod(StepLoggingMethod pLoggingMethod)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
OdiSessionBlueprintStep.setLogMethod(StepLoggingMethod pLogMethod)
FOR INTERNAL USE ONLY.
|
Modifier and Type | Field and Description |
---|---|
static StepLoggingMethod |
StepLoggingMethod.ALWAYS_KEEP_LOG
Keep log after step execution.
|
static StepLoggingMethod |
StepLoggingMethod.ALWAYS_REMOVE_LOG
Remove log after execution.
|
static StepLoggingMethod |
StepLoggingMethod.KEEP_LOG_ON_ERROR
Keep step log only if error occurred.
|
Modifier and Type | Method and Description |
---|---|
static StepLoggingMethod |
StepLoggingMethod.valueOf(java.lang.String name) |
static StepLoggingMethod[] |
StepLoggingMethod.values() |