Uses of Interface
io.camunda.client.api.search.filter.builder.BatchOperationStateProperty
Packages that use BatchOperationStateProperty
Package
Description
-
Uses of BatchOperationStateProperty in io.camunda.client.api.search.filter
Method parameters in io.camunda.client.api.search.filter with type arguments of type BatchOperationStatePropertyModifier and TypeMethodDescriptionBatchOperationFilter.state(Consumer<BatchOperationStateProperty> fn) Filter by state usingBatchOperationStatePropertyconsumer -
Uses of BatchOperationStateProperty in io.camunda.client.impl.search.filter
Method parameters in io.camunda.client.impl.search.filter with type arguments of type BatchOperationStatePropertyModifier and TypeMethodDescriptionBatchOperationFilterImpl.state(Consumer<BatchOperationStateProperty> fn) -
Uses of BatchOperationStateProperty in io.camunda.client.impl.search.filter.builder
Classes in io.camunda.client.impl.search.filter.builder that implement BatchOperationStatePropertyMethods in io.camunda.client.impl.search.filter.builder that return BatchOperationStatePropertyModifier and TypeMethodDescriptionBatchOperationStatePropertyImpl.eq(BatchOperationState value) BatchOperationStatePropertyImpl.exists(boolean value) BatchOperationStatePropertyImpl.in(BatchOperationState... values) BatchOperationStatePropertyImpl.in(List<BatchOperationState> values) BatchOperationStatePropertyImpl.neq(BatchOperationState value)