Interface DocumentContentGetRequest
- All Superinterfaces:
FinalCommandStep<InputStream>
- All Known Implementing Classes:
DocumentContentGetRequestImpl
Deprecated.
Command to get the content of a document from the document store.
The document content is returned as an InputStream.
-
Method Summary
Modifier and TypeMethodDescriptioncontentHash(String contentHash) Deprecated.Sets the documents content hash.Deprecated.Sets the document store ID.Methods inherited from interface io.camunda.zeebe.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
storeId
Deprecated.Sets the document store ID. If not set, the default document store is used.- Parameters:
storeId- optional document store ID
-
contentHash
Deprecated.Sets the documents content hash.- Parameters:
contentHash- the documents content Hash
-
DocumentContentGetRequest