Uses of Class
oracle.as.scheduler.request.ContentDetail
Packages that use ContentDetail
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
Request Log and Output Content API.
-
Uses of ContentDetail in oracle.as.scheduler
Methods in oracle.as.scheduler that return ContentDetailModifier and TypeMethodDescriptionRuntimeService.getLogContentDetail
(RuntimeServiceHandle handle, long requestId) Gets the log content detail for the request.RuntimeService.getOutputContentDetail
(RuntimeServiceHandle handle, long requestId, String contentName) Gets details for the specified output content for the request.Methods in oracle.as.scheduler that return types with arguments of type ContentDetailModifier and TypeMethodDescriptionRuntimeService.getOutputContentDetail
(RuntimeServiceHandle handle, long requestId) Gets details for all output content for the request. -
Uses of ContentDetail in oracle.as.scheduler.request
Methods in oracle.as.scheduler.request that return ContentDetailModifier and TypeMethodDescriptionRemoteContentHelper.getOutputContentDetail
(String contentName) Gets details for the specified output content for the request.OutputContentHelper.queryOutputContent
(String contentName) Gets the detailed information for the output content in the content store, if it exists.Methods in oracle.as.scheduler.request that return types with arguments of type ContentDetailModifier and TypeMethodDescriptionRemoteContentHelper.getOutputContentDetail()
Gets details for all output content for the request.OutputContentHelper.queryOutputContent()
Gets the detailed information for all existing output content in the content store.