Package io.camunda.client.impl.command
Class CreateBatchOperationCommandImpl.CreateBatchOperationCommandStep1Impl
java.lang.Object
io.camunda.client.impl.command.CreateBatchOperationCommandImpl.CreateBatchOperationCommandStep1Impl
- All Implemented Interfaces:
CreateBatchOperationCommandStep1
- Enclosing class:
CreateBatchOperationCommandImpl<E extends TypedFilterableRequest.SearchRequestFilter>
public static class CreateBatchOperationCommandImpl.CreateBatchOperationCommandStep1Impl
extends Object
implements CreateBatchOperationCommandStep1
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.client.api.command.CreateBatchOperationCommandStep1
CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2<E extends TypedFilterableRequest.SearchRequestFilter>, CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep3<E extends TypedFilterableRequest.SearchRequestFilter>, CreateBatchOperationCommandStep1.ProcessInstanceMigrationStep<E extends TypedFilterableRequest.SearchRequestFilter>, CreateBatchOperationCommandStep1.ProcessInstanceModificationStep<E extends TypedFilterableRequest.SearchRequestFilter> -
Constructor Summary
ConstructorsConstructorDescriptionCreateBatchOperationCommandStep1Impl(HttpClient httpClient, JsonMapper jsonMapper) -
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.
-
Constructor Details
-
CreateBatchOperationCommandStep1Impl
-
-
Method Details
-
processInstanceCancel
public CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2<ProcessInstanceFilter> processInstanceCancel()Description copied from interface:CreateBatchOperationCommandStep1Defines the type of the batch operation to cancel process instances.- Specified by:
processInstanceCancelin interfaceCreateBatchOperationCommandStep1- Returns:
- the builder for this command
-
resolveIncident
public CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2<ProcessInstanceFilter> resolveIncident()Description copied from interface:CreateBatchOperationCommandStep1Defines the type of the batch operation to resolve incidents.- Specified by:
resolveIncidentin interfaceCreateBatchOperationCommandStep1- Returns:
- the builder for this command
-
migrateProcessInstance
public CreateBatchOperationCommandStep1.ProcessInstanceMigrationStep<ProcessInstanceFilter> migrateProcessInstance()Description copied from interface:CreateBatchOperationCommandStep1Defines the type of the batch operation to migrate process instances.- Specified by:
migrateProcessInstancein interfaceCreateBatchOperationCommandStep1- Returns:
- the builder for this command
-
modifyProcessInstance
public CreateBatchOperationCommandStep1.ProcessInstanceModificationStep<ProcessInstanceFilter> modifyProcessInstance()Description copied from interface:CreateBatchOperationCommandStep1Defines the type of the batch operation to modify process instance.- Specified by:
modifyProcessInstancein interfaceCreateBatchOperationCommandStep1- Returns:
- the builder for this command
-