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