Package io.camunda.client.api.fetch
Interface DocumentContentGetRequest
- All Superinterfaces:
FinalCommandStep<InputStream>
- All Known Implementing Classes:
DocumentContentGetRequestImpl
@ExperimentalApi("https://github.com/camunda/issues/issues/841")
public interface DocumentContentGetRequest
extends FinalCommandStep<InputStream>
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) Sets the documents content hash.Sets the document store ID.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
execute, requestTimeout, send
-
Method Details
-
storeId
Sets the document store ID. If not set, the default document store is used.- Parameters:
storeId- optional document store ID
-
contentHash
Sets the documents content hash.- Parameters:
contentHash- the documents content Hash
-