Uses of Interface
io.camunda.client.api.command.CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2
Packages that use CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2
-
Uses of CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2 in io.camunda.client.api.command
Subinterfaces of CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2 in io.camunda.client.api.commandModifier and TypeInterfaceDescriptionstatic interfaceCreateBatchOperationCommandStep1.JobUpdateStep<E extends TypedFilterableRequest.SearchRequestFilter>static interfaceCreateBatchOperationCommandStep1.ProcessInstanceMigrationStep<E extends TypedFilterableRequest.SearchRequestFilter>static interfaceCreateBatchOperationCommandStep1.ProcessInstanceModificationStep<E extends TypedFilterableRequest.SearchRequestFilter>Methods in io.camunda.client.api.command that return CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2Modifier and TypeMethodDescriptionCreateBatchOperationCommandStep1.deleteDecisionInstance()Defines the type of the batch operation to delete decision instances.CreateBatchOperationCommandStep1.deleteProcessInstance()Defines the type of the batch operation to delete process instances.CreateBatchOperationCommandStep1.processInstanceCancel()Defines the type of the batch operation to cancel process instances.CreateBatchOperationCommandStep1.processInstanceResume()Defines the type of the batch operation to resume process instances.CreateBatchOperationCommandStep1.processInstanceSuspend()Defines the type of the batch operation to suspend process instances.CreateBatchOperationCommandStep1.resolveIncident()Defines the type of the batch operation to resolve incidents. -
Uses of CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2Modifier and TypeClassDescriptionclassMethods in io.camunda.client.impl.command that return CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2Modifier and TypeMethodDescriptionCreateBatchOperationCommandImpl.CreateBatchOperationCommandStep1Impl.deleteDecisionInstance()CreateBatchOperationCommandImpl.CreateBatchOperationCommandStep1Impl.deleteProcessInstance()CreateBatchOperationCommandImpl.CreateBatchOperationCommandStep1Impl.processInstanceCancel()CreateBatchOperationCommandImpl.CreateBatchOperationCommandStep1Impl.processInstanceResume()CreateBatchOperationCommandImpl.CreateBatchOperationCommandStep1Impl.processInstanceSuspend()CreateBatchOperationCommandImpl.CreateBatchOperationCommandStep1Impl.resolveIncident()