Uses of Interface
io.camunda.zeebe.client.api.command.CreateDocumentBatchCommandStep1
Packages that use CreateDocumentBatchCommandStep1
Package
Description
-
Uses of CreateDocumentBatchCommandStep1 in io.camunda.zeebe.client
Methods in io.camunda.zeebe.client that return CreateDocumentBatchCommandStep1Modifier and TypeMethodDescriptionZeebeClient.newCreateDocumentBatchCommand()Deprecated.Command to create a batch of documents. -
Uses of CreateDocumentBatchCommandStep1 in io.camunda.zeebe.client.api.command
Methods in io.camunda.zeebe.client.api.command that return CreateDocumentBatchCommandStep1Modifier and TypeMethodDescriptionCreateDocumentBatchCommandStep1.CreateDocumentBatchCommandStep2.done()Finishes the creation of the current document and returns to the parent step.CreateDocumentBatchCommandStep1.processDefinitionId(String processDefinitionId) Deprecated.Sets the process definition that the document is associated with.CreateDocumentBatchCommandStep1.processInstanceKey(long processInstanceKey) Deprecated.Sets the process instance key that the document is associated with.Deprecated.Sets the store ID. -
Uses of CreateDocumentBatchCommandStep1 in io.camunda.zeebe.client.impl
Methods in io.camunda.zeebe.client.impl that return CreateDocumentBatchCommandStep1 -
Uses of CreateDocumentBatchCommandStep1 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement CreateDocumentBatchCommandStep1Methods in io.camunda.zeebe.client.impl.command that return CreateDocumentBatchCommandStep1Modifier and TypeMethodDescriptionCreateDocumentBatchCommandImpl.DocumentBuilderStep2BatchImpl.done()CreateDocumentBatchCommandImpl.processDefinitionId(String processDefinitionId) CreateDocumentBatchCommandImpl.processInstanceKey(long processInstanceKey)