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
Methods in io.camunda.client.api.search that return IncidentSortModifier and TypeMethodDescriptionstatic IncidentSortSearchRequestBuilders.incidentSort()static IncidentSortSearchRequestBuilders.incidentSort(Consumer<IncidentSort> fn) Method parameters in io.camunda.client.api.search 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.errorType()IncidentSort.flowNodeId()IncidentSort.flowNodeInstanceKey()IncidentSort.incidentKey()IncidentSort.jobKey()IncidentSort.processDefinitionKey()IncidentSort.processInstanceKey()IncidentSort.state()IncidentSort.tenantId() -
Uses of IncidentSort in io.camunda.client.impl.search.query
Methods in io.camunda.client.impl.search.query with parameters of type IncidentSortMethod parameters in io.camunda.client.impl.search.query 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.errorType()IncidentSortImpl.flowNodeId()IncidentSortImpl.flowNodeInstanceKey()IncidentSortImpl.incidentKey()IncidentSortImpl.jobKey()IncidentSortImpl.processDefinitionKey()IncidentSortImpl.processInstanceKey()protected IncidentSortIncidentSortImpl.self()IncidentSortImpl.state()IncidentSortImpl.tenantId()