Package | Description |
---|---|
oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
|
oracle.as.scheduler.request |
Request Log and Output Content API.
|
Modifier and Type | Method and Description |
---|---|
ContentDetail |
RuntimeService.getLogContentDetail(RuntimeServiceHandle handle,
long requestId)
Gets the log content detail for the request.
|
ContentDetail |
RuntimeService.getOutputContentDetail(RuntimeServiceHandle handle,
long requestId,
String contentName)
Gets details for the specified output content for the request.
|
Modifier and Type | Method and Description |
---|---|
ContentDetail |
RemoteContentHelper.getOutputContentDetail(String contentName)
Gets details for the specified output content for the request.
|
ContentDetail |
OutputContentHelper.queryOutputContent(String contentName)
Gets the detailed information for the output content in the
content store, if it exists.
|