Package io.camunda.client.api.command
Interface CreateBatchOperationCommandStep1
- All Known Implementing Classes:
CreateBatchOperationCommandImpl.CreateBatchOperationCommandStep1Impl
public interface CreateBatchOperationCommandStep1
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceCreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2<E extends TypedSearchRequest.SearchRequestFilter>static interfaceCreateBatchOperationCommandStep1.CreateBatchOperationCommandStep3<E extends TypedSearchRequest.SearchRequestFilter>static interfaceCreateBatchOperationCommandStep1.ProcessInstanceMigrationStep<E extends TypedSearchRequest.SearchRequestFilter>static interfaceCreateBatchOperationCommandStep1.ProcessInstanceModificationStep<E extends TypedSearchRequest.SearchRequestFilter> -
Method Summary
Modifier and TypeMethodDescriptionDefines the type of the batch operation to migrate process instances.Defines the type of the batch operation to modify process instance.Defines the type of the batch operation to cancel process instances.Defines the type of the batch operation to resolve incidents.
-
Method Details
-
processInstanceCancel
CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2<ProcessInstanceFilter> processInstanceCancel()Defines the type of the batch operation to cancel process instances.- Returns:
- the builder for this command
-
resolveIncident
CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2<ProcessInstanceFilter> resolveIncident()Defines the type of the batch operation to resolve incidents.- Returns:
- the builder for this command
-
migrateProcessInstance
CreateBatchOperationCommandStep1.ProcessInstanceMigrationStep<ProcessInstanceFilter> migrateProcessInstance()Defines the type of the batch operation to migrate process instances.- Returns:
- the builder for this command
-
modifyProcessInstance
CreateBatchOperationCommandStep1.ProcessInstanceModificationStep<ProcessInstanceFilter> modifyProcessInstance()Defines the type of the batch operation to modify process instance.- Returns:
- the builder for this command
-