Class BatchOperationItemFilterImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<BatchOperationItemFilter>
io.camunda.client.impl.search.filter.BatchOperationItemFilterImpl
- All Implemented Interfaces:
BatchOperationItemFilter,TypedSearchRequest.SearchRequestFilter
public class BatchOperationItemFilterImpl
extends TypedSearchRequestPropertyProvider<BatchOperationItemFilter>
implements BatchOperationItemFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchOperationId(String batchOperationId) Filters batch operation items by the specified batchOperationId.protected BatchOperationItemFilteritemKey(long itemKey) Filters batch operation items by the specified itemKey.processInstanceKey(long processInstanceKey) Filters batch operation items by the specified processInstanceKey.state(BatchOperationItemState state) Filters batch operations by the specified state.Methods inherited from class io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
BatchOperationItemFilterImpl
public BatchOperationItemFilterImpl()
-
-
Method Details
-
batchOperationId
Description copied from interface:BatchOperationItemFilterFilters batch operation items by the specified batchOperationId.- Specified by:
batchOperationIdin interfaceBatchOperationItemFilter- Parameters:
batchOperationId- the ID of the batch operation- 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
-
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
-
state
Description copied from interface:BatchOperationItemFilterFilters batch operations by the specified state.- Specified by:
statein interfaceBatchOperationItemFilter- Parameters:
state- the state- Returns:
- the updated filter
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<BatchOperationItemFilter>
-