Package | Description |
---|---|
oracle.as.scheduler.request |
Request Log and Output Content API.
|
Modifier and Type | Field and Description |
---|---|
static ContentCategory |
ContentCategory.Log
Log content category.
|
static ContentCategory |
ContentCategory.Output
Output content category.
|
static ContentCategory |
ContentCategory.Unknown
Unknown content category.
|
Modifier and Type | Method and Description |
---|---|
static ContentCategory |
ContentCategory.fromString(String contentCategoryStr)
Converts a stringified content category into a ContentCategory object.
|
ContentCategory |
ContentDetail.getContentCategory()
The content category.
|
ContentCategory |
ContentHandle.getContentCategory()
Gets the content category.
|
static ContentCategory |
ContentCategory.valueOf(int value)
The content category associated with the given value.
|
static ContentCategory |
ContentCategory.valueOf(String name) |
static ContentCategory[] |
ContentCategory.values() |