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 TypeMethodDescriptionProcessInstanceFilter.incidentErrorHashCode(Consumer<IntegerProperty> fn) Filter by incidentErrorHashCode usingIntegerPropertyconsumerProcessInstanceFilterBase.incidentErrorHashCode(Consumer<IntegerProperty> fn) Filter by incidentErrorHashCode usingIntegerPropertyCorrelatedMessageSubscriptionFilter.partitionId(Consumer<IntegerProperty> fn) Filter by partition ID using aIntegerPropertyconsumer.UserTaskFilter.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 usingIntegerPropertyconsumerJobFilter.retries(Consumer<IntegerProperty> fn) Filters jobs by the specified retries left usingIntegerPropertyconsumer. -
Uses of IntegerProperty in io.camunda.client.api.statistics.filter
Method parameters in io.camunda.client.api.statistics.filter with type arguments of type IntegerPropertyModifier and TypeMethodDescriptionProcessDefinitionStatisticsFilter.incidentErrorHashCode(Consumer<IntegerProperty> fn) Filter by incidentErrorHashCode usingIntegerPropertyProcessDefinitionStatisticsFilterBase.incidentErrorHashCode(Consumer<IntegerProperty> fn) Filter by incidentErrorHashCode usingIntegerProperty -
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 TypeMethodDescriptionProcessInstanceFilterImpl.incidentErrorHashCode(Consumer<IntegerProperty> fn) CorrelatedMessageSubscriptionFilterImpl.partitionId(Consumer<IntegerProperty> fn) UserTaskFilterImpl.priority(Consumer<IntegerProperty> fn) ProcessInstanceFilterImpl.processDefinitionVersion(Consumer<IntegerProperty> fn) JobFilterImpl.retries(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 -
Uses of IntegerProperty in io.camunda.client.impl.statistics.filter
Method parameters in io.camunda.client.impl.statistics.filter with type arguments of type IntegerPropertyModifier and TypeMethodDescriptionProcessDefinitionStatisticsFilterImpl.incidentErrorHashCode(Consumer<IntegerProperty> fn)