Uses of Record Class
io.camunda.service.search.sort.IncidentSort
Packages that use IncidentSort
-
Uses of IncidentSort in io.camunda.service.search.query
Methods in io.camunda.service.search.query that return IncidentSortModifier and TypeMethodDescriptionIncidentQuery.sort()Returns the value of thesortrecord component.Methods in io.camunda.service.search.query with parameters of type IncidentSortMethod parameters in io.camunda.service.search.query with type arguments of type IncidentSortModifier and TypeMethodDescriptionIncidentQuery.Builder.sort(Function<IncidentSort.Builder, ObjectBuilder<IncidentSort>> fn) Constructors in io.camunda.service.search.query with parameters of type IncidentSortModifierConstructorDescriptionIncidentQuery(IncidentFilter filter, IncidentSort sort, SearchQueryPage page) Creates an instance of aIncidentQueryrecord class. -
Uses of IncidentSort in io.camunda.service.search.sort
Methods in io.camunda.service.search.sort that return IncidentSortModifier and TypeMethodDescriptionIncidentSort.Builder.build()static IncidentSortSortOptionBuilders.incident(Function<IncidentSort.Builder, ObjectBuilder<IncidentSort>> fn) static IncidentSortIncidentSort.of(Function<IncidentSort.Builder, ObjectBuilder<IncidentSort>> fn) Method parameters in io.camunda.service.search.sort with type arguments of type IncidentSortModifier and TypeMethodDescriptionstatic IncidentSortSortOptionBuilders.incident(Function<IncidentSort.Builder, ObjectBuilder<IncidentSort>> fn) static IncidentSortIncidentSort.of(Function<IncidentSort.Builder, ObjectBuilder<IncidentSort>> fn)