Interface DocumentMetadata

All Known Implementing Classes:
DocumentMetadataImpl

@Deprecated public interface DocumentMetadata
Deprecated.
since 8.8 for removal in 8.9, replaced by DocumentMetadata
  • Method Details

    • getContentType

      String getContentType()
      Deprecated.
      Returns:
      the content type of the document, if present in the metadata
    • getExpiresAt

      OffsetDateTime getExpiresAt()
      Deprecated.
      Returns:
      the document expiration date, if present in the metadata
    • getSize

      Long getSize()
      Deprecated.
      Returns:
      the document size, if present in the metadata
    • getFileName

      String getFileName()
      Deprecated.
      Returns:
      the file name of the document, if present in the metadata
    • getProcessDefinitionId

      String getProcessDefinitionId()
      Deprecated.
      Returns:
      the process definition ID, if present in the metadata
    • getProcessInstanceKey

      Long getProcessInstanceKey()
      Deprecated.
      Returns:
      the process definition key, if present in the metadata
    • getCustomProperties

      Map<String,Object> getCustomProperties()
      Deprecated.
      Returns:
      the custom properties of the document, if present in the metadata