Uses of Interface
io.camunda.client.api.search.filter.builder.BatchOperationTypeProperty
Packages that use BatchOperationTypeProperty
Package
Description
-
Uses of BatchOperationTypeProperty in io.camunda.client.api.search.filter
Method parameters in io.camunda.client.api.search.filter with type arguments of type BatchOperationTypePropertyModifier and TypeMethodDescriptionBatchOperationFilter.operationType(Consumer<BatchOperationTypeProperty> fn) Filter by operationType usingBatchOperationTypeconsumer -
Uses of BatchOperationTypeProperty in io.camunda.client.impl.search.filter
Method parameters in io.camunda.client.impl.search.filter with type arguments of type BatchOperationTypePropertyModifier and TypeMethodDescriptionBatchOperationFilterImpl.operationType(Consumer<BatchOperationTypeProperty> fn) -
Uses of BatchOperationTypeProperty in io.camunda.client.impl.search.filter.builder
Classes in io.camunda.client.impl.search.filter.builder that implement BatchOperationTypePropertyMethods in io.camunda.client.impl.search.filter.builder that return BatchOperationTypePropertyModifier and TypeMethodDescriptionBatchOperationTypePropertyImpl.eq(BatchOperationType value) BatchOperationTypePropertyImpl.exists(boolean value) BatchOperationTypePropertyImpl.in(BatchOperationType... values) BatchOperationTypePropertyImpl.in(List<BatchOperationType> values) BatchOperationTypePropertyImpl.neq(BatchOperationType value)