Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Uses of Class
oracle.as.scheduler.request.ContentDetail

Packages that use ContentDetail
oracle.as.scheduler Enterprise Scheduler API interfaces and classes. 
oracle.as.scheduler.management   
oracle.as.scheduler.request Request Log and Output Content API. 

 

Uses of ContentDetail in oracle.as.scheduler

 

Methods in oracle.as.scheduler that return ContentDetail
 ContentDetail RuntimeService.getLogContentDetail(RuntimeServiceHandle handle, long requestId)
          Gets the log content detail for the request.
 ContentDetail RuntimeService.getOutputContentDetail(RuntimeServiceHandle handle, long requestId, java.lang.String contentName)
          Gets details for the specified output content for the request.

 

Methods in oracle.as.scheduler that return types with arguments of type ContentDetail
 java.util.List<ContentDetail> RuntimeService.getOutputContentDetail(RuntimeServiceHandle handle, long requestId)
          Gets details for all output content for the request.

 

Uses of ContentDetail in oracle.as.scheduler.management

 

Methods in oracle.as.scheduler.management that return ContentDetail
 ContentDetail RuntimeServiceMXBeanProxy.getLogContentDetail(long requestId)
          Gets details for log content for the request.
 ContentDetail RuntimeServiceMXBeanProxy.getOutputContentDetail(long requestId, java.lang.String fileName)
          Gets the output content detail of a file for a request .

 

Methods in oracle.as.scheduler.management that return types with arguments of type ContentDetail
 java.util.List<ContentDetail> RuntimeServiceMXBeanProxy.getOutputContentDetail(long requestId)
          Gets details for output content for the request.

 

Uses of ContentDetail in oracle.as.scheduler.request

 

Methods in oracle.as.scheduler.request that return ContentDetail
static ContentDetail ContentDetail.from(javax.management.openmbean.CompositeData cd)
          Create an instance of the model specific class out of an associated CompositeData instance
 ContentDetail OutputContentHelper.queryOutputContent(java.lang.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 ContentDetail
 java.util.List<ContentDetail> OutputContentHelper.queryOutputContent()
          Gets the detailed information for all existing output content in the content store.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Copyright © 2008, 2012 Oracle. All rights reserved.