Uses of Interface
io.camunda.client.api.search.filter.builder.IntegerProperty
Packages that use IntegerProperty
Package
Description
-
Uses of IntegerProperty in io.camunda.client.api.search.filter
Method parameters in io.camunda.client.api.search.filter with type arguments of type IntegerPropertyModifier and TypeMethodDescriptionUserTaskFilter.priority(Consumer<IntegerProperty> fn) Filters user tasks by the specified priority usingIntegerPropertyconsumer.ProcessInstanceFilter.processDefinitionVersion(Consumer<IntegerProperty> fn) Filter by processDefinitionVersion usingIntegerPropertyconsumerProcessInstanceFilterBase.processDefinitionVersion(Consumer<IntegerProperty> fn) Filter by processDefinitionVersion usingIntegerPropertyconsumer -
Uses of IntegerProperty in io.camunda.client.impl.search.filter
Method parameters in io.camunda.client.impl.search.filter with type arguments of type IntegerPropertyModifier and TypeMethodDescriptionUserTaskFilterImpl.priority(Consumer<IntegerProperty> fn) ProcessInstanceFilterImpl.processDefinitionVersion(Consumer<IntegerProperty> fn) -
Uses of IntegerProperty in io.camunda.client.impl.search.filter.builder
Classes in io.camunda.client.impl.search.filter.builder that implement IntegerPropertyMethods in io.camunda.client.impl.search.filter.builder that return IntegerProperty