Class BatchOperationFilterImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<BatchOperationFilter>
io.camunda.client.impl.search.filter.BatchOperationFilterImpl
- All Implemented Interfaces:
BatchOperationFilter,TypedFilterableRequest.SearchRequestFilter
public class BatchOperationFilterImpl
extends TypedSearchRequestPropertyProvider<BatchOperationFilter>
implements BatchOperationFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchOperationKey(String batchOperationKey) Filters batch operations by the specified batchOperationKey.Filter by batchOperationKey usingStringPropertyconsumerprotected BatchOperationFilteroperationType(BatchOperationType batchOperationType) Filters batch operations by the specified type.Filter by operationType usingBatchOperationTypeconsumerstate(BatchOperationState state) Filters batch operations by the specified state.Filter by state usingBatchOperationStatePropertyconsumerMethods inherited from class io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
BatchOperationFilterImpl
public BatchOperationFilterImpl()
-
-
Method Details
-
batchOperationKey
Description copied from interface:BatchOperationFilterFilters batch operations by the specified batchOperationKey.- Specified by:
batchOperationKeyin interfaceBatchOperationFilter- Parameters:
batchOperationKey- the ID of the batch operation- Returns:
- the updated filter
-
batchOperationKey
Description copied from interface:BatchOperationFilterFilter by batchOperationKey usingStringPropertyconsumer- Specified by:
batchOperationKeyin interfaceBatchOperationFilter- Parameters:
fn- the consumer to apply to the StringProperty- Returns:
- the updated filter
-
operationType
Description copied from interface:BatchOperationFilterFilters batch operations by the specified type.- Specified by:
operationTypein interfaceBatchOperationFilter- Parameters:
batchOperationType- the operationType- Returns:
- the updated filter
-
operationType
Description copied from interface:BatchOperationFilterFilter by operationType usingBatchOperationTypeconsumer- Specified by:
operationTypein interfaceBatchOperationFilter- Parameters:
fn- the consumer to apply to the BatchOperationType- 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
-
state
Description copied from interface:BatchOperationFilterFilter by state usingBatchOperationStatePropertyconsumer- Specified by:
statein interfaceBatchOperationFilter- Parameters:
fn- the consumer to apply to the BatchOperationStateProperty- Returns:
- the updated filter
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<BatchOperationFilter>
-