Package io.camunda.client.api.command
Interface CreateDocumentBatchCommandStep1
- All Superinterfaces:
FinalCommandStep<DocumentReferenceBatchResponse>
- All Known Implementing Classes:
CreateDocumentBatchCommandImpl
public interface CreateDocumentBatchCommandStep1
extends FinalCommandStep<DocumentReferenceBatchResponse>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionStarts the creation of a new document in a batch.processDefinitionId(String processDefinitionId) Sets the process definition that the document is associated with.processInstanceKey(long processInstanceKey) Sets the process instance key that the document is associated with.Sets the store ID.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
storeId
Sets the store ID. If not set, the default store will be used.The store ID is the identifier of the document store where the document should be stored. Documents with the same ID can exist in different stores.
- Parameters:
storeId- the store ID
-
processDefinitionId
Sets the process definition that the document is associated with.- Parameters:
processDefinitionId- the process definition ID
-
processInstanceKey
Sets the process instance key that the document is associated with.- Parameters:
processInstanceKey- the process instance key
-
addDocument
Starts the creation of a new document in a batch.
-