Uses of Interface
io.camunda.client.api.command.ResumeBatchOperationStep1
Packages that use ResumeBatchOperationStep1
-
Uses of ResumeBatchOperationStep1 in io.camunda.client
Methods in io.camunda.client that return ResumeBatchOperationStep1Modifier and TypeMethodDescriptionCamundaClient.newResumeBatchOperationCommand(String batchOperationKey) Command to resume a batch operation -
Uses of ResumeBatchOperationStep1 in io.camunda.client.impl
Methods in io.camunda.client.impl that return ResumeBatchOperationStep1Modifier and TypeMethodDescriptionCamundaClientImpl.newResumeBatchOperationCommand(String batchOperationKey) -
Uses of ResumeBatchOperationStep1 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement ResumeBatchOperationStep1Modifier and TypeClassDescriptionfinal classImplementation of the command to resume a batch operation.