Interface IContentMetadata

All Known Implementing Classes:
FileSystemContentManager.Metadata

public interface IContentMetadata
Since:
9.3
Author:
m.mahabiersing
  • Method Details

    • getId

      GUID getId()
      Returns the id of the content, never null
      Returns:
      the id of the content, never null
    • getName

      String getName()
      Returns the name of the content, never null
      Returns:
      the name of the content, never null
    • getContentType

      String getContentType()
      Returns the content type of the content, may be null if no content type was specified
      Returns:
      the content type of the content, may be null if no content type was specified
    • getSize

      long getSize()
      Returns the size of the content
      Returns:
      the size of the content
    • getCreatedBy

      String getCreatedBy()
      Returns the user id of the user that created the content, never null
      Returns:
      the user id of the user that created the content, never null
    • getCreationDate

      DateTimeValue getCreationDate()
      Returns the creation date of the content, never null
      Returns:
      the creation date of the content, never null
    • getLastUpdatedBy

      String getLastUpdatedBy()
      Returns the user id of the last user that updated the content, may be null
      Returns:
      the user id of the last user that updated the content, may be null
    • getCaseId

      String getCaseId()
      Returns the optionally set case id, may be null
      Returns:
      the optional case id, may be null
    • getLastUpdated

      DateTimeValue getLastUpdated()
      Returns the date the content was last updated, may be null
      Returns:
      the date the content was last updated, may be null
    • getProcessId

      Long getProcessId()
      Returns the optionally set process id, may be null
      Returns:
      the optional process id, may be null
    • getProperties

      CustomContentProperties getProperties()
      Returns the custom properties associated with the content, never null
      Returns:
      the custom properties associated with the content, never null