Class ContentDetail

java.lang.Object
oracle.as.scheduler.request.ContentDetail
All Implemented Interfaces:
Serializable

public class ContentDetail extends Object implements Serializable
Describes content in the ESS content store.
See Also:
  • Method Details

    • getRequestId

      public long getRequestId()
      The request id.
      Returns:
      Request id.
    • getContentName

      public String getContentName()
      The content name.
      Returns:
      Content name.
    • getContentType

      public ContentType getContentType()
      The content type.
      Returns:
      Content type.
    • getContentCategory

      public ContentCategory 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

      public String toString()
      Overrides:
      toString in class Object