Class BatchOperationItemFilterImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<BatchOperationItemFilter>
io.camunda.client.impl.search.filter.BatchOperationItemFilterImpl
- All Implemented Interfaces:
BatchOperationItemFilter,TypedFilterableRequest.SearchRequestFilter
public class BatchOperationItemFilterImpl
extends TypedSearchRequestPropertyProvider<BatchOperationItemFilter>
implements BatchOperationItemFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchOperationKey(String batchOperationKey) Filters batch operation items by the specified batchOperationKey.Filter by batchOperationKey usingStringPropertyconsumerprotected BatchOperationItemFilteritemKey(long itemKey) Filters batch operation items by the specified itemKey.Filter by itemKey usingBasicLongPropertyconsumerprocessInstanceKey(long processInstanceKey) Filters batch operation items by the specified processInstanceKey.Filter by processInstanceKey usingBasicLongPropertyconsumerstate(BatchOperationItemState state) Filters batch operations by the specified state.Filter by state usingBatchOperationItemStateconsumerMethods inherited from class io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
BatchOperationItemFilterImpl
public BatchOperationItemFilterImpl()
-
-
Method Details
-
batchOperationKey
Description copied from interface:BatchOperationItemFilterFilters batch operation items by the specified batchOperationKey.- Specified by:
batchOperationKeyin interfaceBatchOperationItemFilter- Parameters:
batchOperationKey- the key of the batch operation- Returns:
- the updated filter
-
batchOperationKey
Description copied from interface:BatchOperationItemFilterFilter by batchOperationKey usingStringPropertyconsumer- Specified by:
batchOperationKeyin interfaceBatchOperationItemFilter- Parameters:
fn- the consumer to apply to the StringProperty- Returns:
- the updated filter
-
itemKey
Description copied from interface:BatchOperationItemFilterFilters batch operation items by the specified itemKey.- Specified by:
itemKeyin interfaceBatchOperationItemFilter- Parameters:
itemKey- the itemKey- Returns:
- the updated filter
-
itemKey
Description copied from interface:BatchOperationItemFilterFilter by itemKey usingBasicLongPropertyconsumer- Specified by:
itemKeyin interfaceBatchOperationItemFilter- Parameters:
fn- the consumer to apply to the BasicLongProperty- Returns:
- the updated filter
-
processInstanceKey
Description copied from interface:BatchOperationItemFilterFilters batch operation items by the specified processInstanceKey.- Specified by:
processInstanceKeyin interfaceBatchOperationItemFilter- Parameters:
processInstanceKey- the processInstanceKey- Returns:
- the updated filter
-
processInstanceKey
Description copied from interface:BatchOperationItemFilterFilter by processInstanceKey usingBasicLongPropertyconsumer- Specified by:
processInstanceKeyin interfaceBatchOperationItemFilter- Parameters:
fn- the consumer to apply to the BasicLongProperty- Returns:
- the updated filter
-
state
Description copied from interface:BatchOperationItemFilterFilters batch operations by the specified state.- Specified by:
statein interfaceBatchOperationItemFilter- Parameters:
state- the state- Returns:
- the updated filter
-
state
Description copied from interface:BatchOperationItemFilterFilter by state usingBatchOperationItemStateconsumer- Specified by:
statein interfaceBatchOperationItemFilter- Parameters:
fn- the consumer to apply to the BatchOperationItemState- Returns:
- the updated filter
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<BatchOperationItemFilter>
-