Interface DocumentMetadata
- All Known Implementing Classes:
DocumentMetadataImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getSize()Deprecated.
-
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
Deprecated.- Returns:
- the custom properties of the document, if present in the metadata
-
DocumentMetadata