Uses of Interface
io.camunda.client.api.command.CreateDocumentBatchCommandStep1
Packages that use CreateDocumentBatchCommandStep1
Package
Description
-
Uses of CreateDocumentBatchCommandStep1 in io.camunda.client
Methods in io.camunda.client that return CreateDocumentBatchCommandStep1Modifier and TypeMethodDescriptionCamundaClient.newCreateDocumentBatchCommand()Experimental: This method is under development. -
Uses of CreateDocumentBatchCommandStep1 in io.camunda.client.api.command
Methods in io.camunda.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) Sets the process definition that the document is associated with.CreateDocumentBatchCommandStep1.processInstanceKey(long processInstanceKey) Sets the process instance key that the document is associated with.Sets the store ID. -
Uses of CreateDocumentBatchCommandStep1 in io.camunda.client.impl
Methods in io.camunda.client.impl that return CreateDocumentBatchCommandStep1 -
Uses of CreateDocumentBatchCommandStep1 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement CreateDocumentBatchCommandStep1Methods in io.camunda.client.impl.command that return CreateDocumentBatchCommandStep1Modifier and TypeMethodDescriptionCreateDocumentBatchCommandImpl.DocumentBuilderStep2BatchImpl.done()CreateDocumentBatchCommandImpl.processDefinitionId(String processDefinitionId) CreateDocumentBatchCommandImpl.processInstanceKey(long processInstanceKey)