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