| Package | Description |
|---|---|
| oracle.odi.domain.runtime.session |
This package contains classes for managing Oracle Data Integrator Sessions and related objects.
|
| oracle.odi.domain.runtime.session.blueprint |
| Modifier and Type | Method and Description |
|---|---|
OdiSessionStepLog |
OdiSession.getFailureStepLog()
Return the step log (
OdiSessionStepLog) that caused the session's failure. |
OdiSessionStepLog |
OdiSessionStepLog.getNextStepAfterFailure()
Deprecated.
with no direct replacement,
consider using
OdiSessionBlueprintStep.getNextStepAfterFailure() and
OdiSessionBlueprintStep.getSessionStepLog(OdiSession, int) instead |
OdiSessionStepLog |
OdiSessionStepLog.getNextStepAfterSuccess()
Deprecated.
with no direct replacement,
consider using
OdiSessionBlueprintStep.getNextStepAfterSuccess() and
OdiSessionBlueprintStep.getSessionStepLog(OdiSession, int) instead |
OdiSessionStepLog |
OdiSession.getRunningStepLog()
Obtains the current running step log (
OdiSessionStepLog), or null if the execution is not
yet started or is finished. |
OdiSessionStepLog |
OdiSessionTaskLog.getSessionStepLog()
Obtains the enclosing step execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OdiSession.addSessionStepLog(OdiSessionStepLog pSessionStepLog) |
| Constructor and Description |
|---|
OdiSessionTaskLog(OdiSessionStepLog stepLog,
OdiSessionBlueprintTask task) |
| Modifier and Type | Method and Description |
|---|---|
OdiSessionStepLog |
OdiSessionBlueprintStep.getSessionStepLog(OdiSession pSession,
int pStepRunNumber)
Returns the
OdiSessionStepLog representing the log of this OdiSessionBlueprintStep
execution in the scope of specified OdiSession for specified step run number. |