Package io.camunda.client.api.command
Interface CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2<E extends TypedFilterableRequest.SearchRequestFilter>
- All Known Subinterfaces:
CreateBatchOperationCommandStep1.ProcessInstanceMigrationStep<E>,CreateBatchOperationCommandStep1.ProcessInstanceModificationStep<E>
- All Known Implementing Classes:
CreateBatchOperationCommandImpl
- Enclosing interface:
CreateBatchOperationCommandStep1
public static interface CreateBatchOperationCommandStep1.CreateBatchOperationCommandStep2<E extends TypedFilterableRequest.SearchRequestFilter>
-
Method Summary
Modifier and TypeMethodDescriptionSets the filter for the batch operation.Sets the filter for the batch operation.
-
Method Details
-
filter
Sets the filter for the batch operation.- Parameters:
filter- the filter to use- Returns:
- the builder for fluent use
-
filter
Sets the filter for the batch operation. Uses a consumer to modify the default filter.- Parameters:
filter- the filter to use- Returns:
- the builder for fluent use
-