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 IntegerFilterPropertyModifier and TypeMethodDescriptionprotected IntegerFilterPropertyIntegerPropertyImpl.getSearchRequestProperty() -
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) BaseProcessInstanceFilterFields.getIncidentErrorHashCode()The incident error hash code, associated with this process.ProcessDefinitionStatisticsFilter.getIncidentErrorHashCode()The incident error hash code, associated with this process.ProcessInstanceFilter.getIncidentErrorHashCode()The incident error hash code, associated with this process.ProcessInstanceFilterFields.getIncidentErrorHashCode()The incident error hash code, associated with this process.CorrelatedMessageSubscriptionFilter.getPartitionId()The partition ID that correlated the message.UserTaskFilter.getPriority()The priority of the user task.ProcessInstanceFilter.getProcessDefinitionVersion()The process definition version.ProcessInstanceFilterFields.getProcessDefinitionVersion()The process definition version.JobFilter.getRetries()The number of retries left.Methods in io.camunda.client.protocol.rest with parameters of type IntegerFilterPropertyModifier and TypeMethodDescriptionBaseProcessInstanceFilterFields.incidentErrorHashCode(IntegerFilterProperty incidentErrorHashCode) ProcessDefinitionStatisticsFilter.incidentErrorHashCode(IntegerFilterProperty incidentErrorHashCode) ProcessInstanceFilter.incidentErrorHashCode(IntegerFilterProperty incidentErrorHashCode) ProcessInstanceFilterFields.incidentErrorHashCode(IntegerFilterProperty incidentErrorHashCode) CorrelatedMessageSubscriptionFilter.partitionId(IntegerFilterProperty partitionId) UserTaskFilter.priority(IntegerFilterProperty priority) ProcessInstanceFilter.processDefinitionVersion(IntegerFilterProperty processDefinitionVersion) ProcessInstanceFilterFields.processDefinitionVersion(IntegerFilterProperty processDefinitionVersion) JobFilter.retries(IntegerFilterProperty retries) voidBaseProcessInstanceFilterFields.setIncidentErrorHashCode(IntegerFilterProperty incidentErrorHashCode) voidProcessDefinitionStatisticsFilter.setIncidentErrorHashCode(IntegerFilterProperty incidentErrorHashCode) voidProcessInstanceFilter.setIncidentErrorHashCode(IntegerFilterProperty incidentErrorHashCode) voidProcessInstanceFilterFields.setIncidentErrorHashCode(IntegerFilterProperty incidentErrorHashCode) voidCorrelatedMessageSubscriptionFilter.setPartitionId(IntegerFilterProperty partitionId) voidUserTaskFilter.setPriority(IntegerFilterProperty priority) voidProcessInstanceFilter.setProcessDefinitionVersion(IntegerFilterProperty processDefinitionVersion) voidProcessInstanceFilterFields.setProcessDefinitionVersion(IntegerFilterProperty processDefinitionVersion) voidJobFilter.setRetries(IntegerFilterProperty retries)