Class BatchOperationFilterImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<BatchOperationFilter>
io.camunda.client.impl.search.filter.BatchOperationFilterImpl
- All Implemented Interfaces:
BatchOperationFilter,TypedSearchRequest.SearchRequestFilter
public class BatchOperationFilterImpl
extends TypedSearchRequestPropertyProvider<BatchOperationFilter>
implements BatchOperationFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchOperationId(String batchOperationId) Filters batch operations by the specified batchOperationId.protected BatchOperationFilteroperationType(BatchOperationType operationType) Filters batch operations by the specified type.state(BatchOperationState state) Filters batch operations by the specified state.Methods inherited from class io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
BatchOperationFilterImpl
public BatchOperationFilterImpl()
-
-
Method Details
-
batchOperationId
Description copied from interface:BatchOperationFilterFilters batch operations by the specified batchOperationId.- Specified by:
batchOperationIdin interfaceBatchOperationFilter- Parameters:
batchOperationId- the ID of the batch operation- Returns:
- the updated filter
-
operationType
Description copied from interface:BatchOperationFilterFilters batch operations by the specified type.- Specified by:
operationTypein interfaceBatchOperationFilter- Parameters:
operationType- the operationType- Returns:
- the updated filter
-
state
Description copied from interface:BatchOperationFilterFilters batch operations by the specified state.- Specified by:
statein interfaceBatchOperationFilter- Parameters:
state- the state- Returns:
- the updated filter
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<BatchOperationFilter>
-