Uses of Interface
io.camunda.client.api.search.sort.IncidentSort
Packages that use IncidentSort
Package
Description
-
Uses of IncidentSort in io.camunda.client.api.search.request
Methods in io.camunda.client.api.search.request that return IncidentSortModifier and TypeMethodDescriptionstatic IncidentSortSearchRequestBuilders.incidentSort(Consumer<IncidentSort> fn) Method parameters in io.camunda.client.api.search.request with type arguments of type IncidentSortModifier and TypeMethodDescriptionstatic IncidentSortSearchRequestBuilders.incidentSort(Consumer<IncidentSort> fn) -
Uses of IncidentSort in io.camunda.client.api.search.sort
Methods in io.camunda.client.api.search.sort that return IncidentSortModifier and TypeMethodDescriptionIncidentSort.creationTime()IncidentSort.elementId()IncidentSort.elementInstanceKey()IncidentSort.errorType()IncidentSort.incidentKey()IncidentSort.jobKey()IncidentSort.processDefinitionKey()IncidentSort.processInstanceKey()IncidentSort.state()IncidentSort.tenantId() -
Uses of IncidentSort in io.camunda.client.impl.search.request
Methods in io.camunda.client.impl.search.request with parameters of type IncidentSortMethod parameters in io.camunda.client.impl.search.request with type arguments of type IncidentSort -
Uses of IncidentSort in io.camunda.client.impl.search.sort
Classes in io.camunda.client.impl.search.sort that implement IncidentSortMethods in io.camunda.client.impl.search.sort that return IncidentSortModifier and TypeMethodDescriptionIncidentSortImpl.creationTime()IncidentSortImpl.elementId()IncidentSortImpl.elementInstanceKey()IncidentSortImpl.errorType()IncidentSortImpl.incidentKey()IncidentSortImpl.jobKey()IncidentSortImpl.processDefinitionKey()IncidentSortImpl.processInstanceKey()protected IncidentSortIncidentSortImpl.self()IncidentSortImpl.state()IncidentSortImpl.tenantId()