Uses of Interface
io.camunda.client.api.search.filter.builder.BatchOperationItemStateProperty
Packages that use BatchOperationItemStateProperty
Package
Description
-
Uses of BatchOperationItemStateProperty in io.camunda.client.api.search.filter
Method parameters in io.camunda.client.api.search.filter with type arguments of type BatchOperationItemStatePropertyModifier and TypeMethodDescriptionBatchOperationItemFilter.state(Consumer<BatchOperationItemStateProperty> fn) Filter by state usingBatchOperationItemStateconsumer -
Uses of BatchOperationItemStateProperty in io.camunda.client.impl.search.filter
Method parameters in io.camunda.client.impl.search.filter with type arguments of type BatchOperationItemStatePropertyModifier and TypeMethodDescriptionBatchOperationItemFilterImpl.state(Consumer<BatchOperationItemStateProperty> fn) -
Uses of BatchOperationItemStateProperty in io.camunda.client.impl.search.filter.builder
Classes in io.camunda.client.impl.search.filter.builder that implement BatchOperationItemStatePropertyMethods in io.camunda.client.impl.search.filter.builder that return BatchOperationItemStatePropertyModifier and TypeMethodDescriptionBatchOperationItemStatePropertyImpl.eq(BatchOperationItemState value) BatchOperationItemStatePropertyImpl.exists(boolean value) BatchOperationItemStatePropertyImpl.in(BatchOperationItemState... values) BatchOperationItemStatePropertyImpl.in(List<BatchOperationItemState> values) BatchOperationItemStatePropertyImpl.neq(BatchOperationItemState value)