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 Details

    • storeId

      Sets the document store ID. If not set, the default document store is used.
      Parameters:
      storeId - optional document store ID
    • contentHash

      DocumentContentGetRequest contentHash(String contentHash)
      Sets the documents content hash.
      Parameters:
      contentHash - the documents content Hash