Package oracle.as.scheduler.request
Class ContentDetail
java.lang.Object
oracle.as.scheduler.request.ContentDetail
- All Implemented Interfaces:
Serializable
Describes content in the ESS content store.
- See Also:
-
Method Details
-
getRequestId
public long getRequestId()The request id.- Returns:
- Request id.
-
getContentName
The content name.- Returns:
- Content name.
-
getContentType
The content type.- Returns:
- Content type.
-
getContentCategory
The content category.- Returns:
- Content category.
-
isImported
public boolean isImported()Indicates if the content was imported from a file. This method indictes if the content was imported from a file, as opposed to created using the API.- Returns:
- true if content was imported from a file, or false otherwise.
-
getSize
public long getSize()The size of the content. For text content, the size is number of characters. For binary content, the size is number of bytes.- Returns:
- Content size; -1 indicates the size is unknown.
-
toString
-