Package io.camunda.client.api.command
Interface DocumentBuilderStep1
- All Known Subinterfaces:
CreateDocumentBatchCommandStep1.CreateDocumentBatchCommandStep2,CreateDocumentCommandStep1
- All Known Implementing Classes:
CreateDocumentBatchCommandImpl.DocumentBuilderStep2BatchImpl,CreateDocumentCommandImpl,DocumentBuilder
public interface DocumentBuilderStep1
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncontent(byte[] content) Sets the content of the document.content(InputStream content) Sets the content of the document.Sets the content of the document.
-
Method Details
-
content
Sets the content of the document.- Parameters:
content- the content of the document as stream
-
content
Sets the content of the document.- Parameters:
content- the content of the document as byte array
-
content
Sets the content of the document.- Parameters:
content- the content of the document as string
-