Package io.camunda.client.impl.response
Class DocumentMetadataImpl
java.lang.Object
io.camunda.client.impl.response.DocumentMetadataImpl
- All Implemented Interfaces:
DocumentMetadata
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DocumentMetadataImpl
-
-
Method Details
-
getContentType
- Specified by:
getContentTypein interfaceDocumentMetadata- Returns:
- the content type of the document, if present in the metadata
-
getExpiresAt
- Specified by:
getExpiresAtin interfaceDocumentMetadata- Returns:
- the document expiration date, if present in the metadata
-
getSize
- Specified by:
getSizein interfaceDocumentMetadata- Returns:
- the document size, if present in the metadata
-
getFileName
- Specified by:
getFileNamein interfaceDocumentMetadata- Returns:
- the file name of the document, if present in the metadata
-
getProcessDefinitionId
- Specified by:
getProcessDefinitionIdin interfaceDocumentMetadata- Returns:
- the process definition ID, if present in the metadata
-
getProcessInstanceKey
- Specified by:
getProcessInstanceKeyin interfaceDocumentMetadata- Returns:
- the process definition key, if present in the metadata
-
getCustomProperties
- Specified by:
getCustomPropertiesin interfaceDocumentMetadata- Returns:
- the custom properties of the document, if present in the metadata
-