Skip navigation links

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


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

Packages that use ContentType
oracle.as.scheduler.request Request Log and Output Content API. 

 

Uses of ContentType in oracle.as.scheduler.request

 

Methods in oracle.as.scheduler.request that return ContentType
static ContentType ContentType.fromString(java.lang.String contentTypeStr)
          Converts a stringified content type into a ContentType object.
 ContentType ContentDetail.getContentType()
          Returns the content type.
static ContentType ContentType.valueOf(int value)
          Returns the content type for the given value.
static ContentType ContentType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ContentType[] ContentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.as.scheduler.request with parameters of type ContentType
static RequestOutput ContentFactory.getRequestOutput(RuntimeServiceHandle rsh, long requestId, ContentType contentType, java.lang.String contentName)
          Returns the request output and creates the output content for the request.

 

Constructors in oracle.as.scheduler.request with parameters of type ContentType
ContentDetail(long requestId, java.lang.String contentName, ContentType contentType, ContentCategory contentCategory, boolean isImported, long size)
          Creates a content detail.

 


Skip navigation links

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


Copyright © 2008, 2012 Oracle. All rights reserved.