Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


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

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

 

Uses of ContentCategory in oracle.as.scheduler.request

 

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

 

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

 


Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.