Uses of Class
io.camunda.client.protocol.rest.IntegerFilterProperty
Packages that use IntegerFilterProperty
-
Uses of IntegerFilterProperty in io.camunda.client.impl.search.filter.builder
Methods in io.camunda.client.impl.search.filter.builder that return IntegerFilterProperty -
Uses of IntegerFilterProperty in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return IntegerFilterPropertyModifier and TypeMethodDescriptionIntegerFilterProperty.add$InItem(Integer $inItem) UserTaskFilter.getPriority()The priority of the user task.ProcessInstanceFilter.getProcessDefinitionVersion()The process definition version.Methods in io.camunda.client.protocol.rest with parameters of type IntegerFilterPropertyModifier and TypeMethodDescriptionUserTaskFilter.priority(IntegerFilterProperty priority) ProcessInstanceFilter.processDefinitionVersion(IntegerFilterProperty processDefinitionVersion) voidUserTaskFilter.setPriority(IntegerFilterProperty priority) voidProcessInstanceFilter.setProcessDefinitionVersion(IntegerFilterProperty processDefinitionVersion)