Uses of Interface
io.camunda.client.api.command.CreateDocumentCommandStep1.CreateDocumentCommandStep2
Packages that use CreateDocumentCommandStep1.CreateDocumentCommandStep2
-
Uses of CreateDocumentCommandStep1.CreateDocumentCommandStep2 in io.camunda.client.api.command
Methods in io.camunda.client.api.command that return CreateDocumentCommandStep1.CreateDocumentCommandStep2Modifier and TypeMethodDescriptionCreateDocumentCommandStep1.content(byte[] content) Sets the content of the document.CreateDocumentCommandStep1.content(InputStream content) Sets the content of the document.Sets the content of the document.CreateDocumentCommandStep1.CreateDocumentCommandStep2.contentType(String contentType) Sets the content type of the document.CreateDocumentCommandStep1.CreateDocumentCommandStep2.customMetadata(String key, Object value) Adds a custom key-value pair to the document metadata.CreateDocumentCommandStep1.CreateDocumentCommandStep2.customMetadata(Map<String, Object> customMetadata) Adds custom key-value pairs to the document metadata.CreateDocumentCommandStep1.CreateDocumentCommandStep2.documentId(String documentId) Sets the document ID.Sets the file name of the document.CreateDocumentCommandStep1.CreateDocumentCommandStep2.processDefinitionId(String processDefinitionId) Sets the process definition that the document is associated with.CreateDocumentCommandStep1.CreateDocumentCommandStep2.processInstanceKey(long processInstanceKey) Sets the process instance key that the document is associated with.Sets the store ID.CreateDocumentCommandStep1.CreateDocumentCommandStep2.timeToLive(Duration timeToLive) Sets the time-to-live of the document. -
Uses of CreateDocumentCommandStep1.CreateDocumentCommandStep2 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement CreateDocumentCommandStep1.CreateDocumentCommandStep2Methods in io.camunda.client.impl.command that return CreateDocumentCommandStep1.CreateDocumentCommandStep2Modifier and TypeMethodDescriptionCreateDocumentCommandImpl.content(byte[] content) CreateDocumentCommandImpl.content(InputStream content) CreateDocumentCommandImpl.contentType(String contentType) CreateDocumentCommandImpl.customMetadata(String key, Object value) CreateDocumentCommandImpl.customMetadata(Map<String, Object> customMetadata) CreateDocumentCommandImpl.documentId(String documentId) CreateDocumentCommandImpl.processDefinitionId(String processDefinitionId) CreateDocumentCommandImpl.processInstanceKey(long processInstanceKey) CreateDocumentCommandImpl.timeToLive(Duration timeToLive)