Interface CreateDocumentBatchCommandStep1
- All Superinterfaces:
FinalCommandStep<DocumentReferenceBatchResponse>
- All Known Implementing Classes:
CreateDocumentBatchCommandImpl
@Deprecated
public interface CreateDocumentBatchCommandStep1
extends FinalCommandStep<DocumentReferenceBatchResponse>
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Starts the creation of a new document in a batch.processDefinitionId(String processDefinitionId) Deprecated.Sets the process definition that the document is associated with.processInstanceKey(long processInstanceKey) Deprecated.Sets the process instance key that the document is associated with.Deprecated.Sets the store ID.Methods inherited from interface io.camunda.zeebe.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
storeId
Deprecated.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
Deprecated.Sets the process definition that the document is associated with.- Parameters:
processDefinitionId- the process definition ID
-
processInstanceKey
Deprecated.Sets the process instance key that the document is associated with.- Parameters:
processInstanceKey- the process instance key
-
addDocument
Deprecated.Starts the creation of a new document in a batch.
-
CreateDocumentBatchCommandStep1