Package | Description |
---|---|
oracle.as.scheduler.request |
Request Log and Output Content API.
|
Modifier and Type | Field and Description |
---|---|
static OutputContentHelper.CommitSemantics |
OutputContentHelper.CommitSemantics.IgnoreErrors
Attempt the operation on all files regardless of errors.
|
static OutputContentHelper.CommitSemantics |
OutputContentHelper.CommitSemantics.StopOnFirstError
Stop the operation for all files when there is an error on a file.
|
static OutputContentHelper.CommitSemantics |
OutputContentHelper.CommitSemantics.Transactional
Stop the operation for all files when any file has an error.
|
Modifier and Type | Method and Description |
---|---|
static OutputContentHelper.CommitSemantics |
OutputContentHelper.CommitSemantics.valueOf(String name) |
static OutputContentHelper.CommitSemantics[] |
OutputContentHelper.CommitSemantics.values() |
Modifier and Type | Method and Description |
---|---|
ImportExportResult |
OutputContentHelper.importOutputFiles(List fileNames, OutputContentHelper.CommitSemantics semantics)
Imports the specified files from the resolved output directory.
|
ImportExportResult |
OutputContentHelper.importOutputFiles(OutputContentHelper.CommitSemantics semantics)
Imports all files from the resolved output directory.
|