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.JobUpdateStep<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 delete decision instances.Defines the type of the batch operation to delete process instances.Defines 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 resume process instances.Defines the type of the batch operation to suspend process instances.Defines the type of the batch operation to resolve incidents.Defines the type of the batch operation to update jobs.
-
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
-
processInstanceSuspend
public CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2<ProcessInstanceFilter> processInstanceSuspend()Description copied from interface:CreateBatchOperationCommandStep1Defines the type of the batch operation to suspend process instances.- Specified by:
processInstanceSuspendin interfaceCreateBatchOperationCommandStep1- Returns:
- the builder for this command
-
processInstanceResume
public CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2<ProcessInstanceFilter> processInstanceResume()Description copied from interface:CreateBatchOperationCommandStep1Defines the type of the batch operation to resume process instances.- Specified by:
processInstanceResumein interfaceCreateBatchOperationCommandStep1- Returns:
- the builder for this command
-
deleteProcessInstance
public CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2<ProcessInstanceFilter> deleteProcessInstance()Description copied from interface:CreateBatchOperationCommandStep1Defines the type of the batch operation to delete process instances.- Specified by:
deleteProcessInstancein 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
-
deleteDecisionInstance
public CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2<DecisionInstanceFilter> deleteDecisionInstance()Description copied from interface:CreateBatchOperationCommandStep1Defines the type of the batch operation to delete decision instances.- Specified by:
deleteDecisionInstancein interfaceCreateBatchOperationCommandStep1- Returns:
- the builder for this command
-
updateJob
Description copied from interface:CreateBatchOperationCommandStep1Defines the type of the batch operation to update jobs.- Specified by:
updateJobin interfaceCreateBatchOperationCommandStep1- Returns:
- the builder for this command
-