Uses of Interface
io.camunda.zeebe.client.api.search.sort.IncidentSort
Packages that use IncidentSort
-
Uses of IncidentSort in io.camunda.zeebe.client.api.search
Methods in io.camunda.zeebe.client.api.search that return IncidentSortModifier and TypeMethodDescriptionstatic IncidentSortSearchRequestBuilders.incidentSort()Deprecated.static IncidentSortSearchRequestBuilders.incidentSort(Consumer<IncidentSort> fn) Deprecated.Method parameters in io.camunda.zeebe.client.api.search with type arguments of type IncidentSortModifier and TypeMethodDescriptionstatic IncidentSortSearchRequestBuilders.incidentSort(Consumer<IncidentSort> fn) Deprecated. -
Uses of IncidentSort in io.camunda.zeebe.client.api.search.sort
Methods in io.camunda.zeebe.client.api.search.sort that return IncidentSortModifier and TypeMethodDescriptionIncidentSort.creationTime()Deprecated.IncidentSort.flowNodeId()Deprecated.IncidentSort.flowNodeInstanceId()Deprecated.IncidentSort.jobKey()Deprecated.IncidentSort.key()Deprecated.IncidentSort.processDefinitionKey()Deprecated.IncidentSort.processInstanceKey()Deprecated.IncidentSort.state()Deprecated.IncidentSort.tenantId()Deprecated.IncidentSort.type()Deprecated.