Uses of Record Class
io.camunda.service.search.sort.ProcessInstanceSort
Packages that use ProcessInstanceSort
-
Uses of ProcessInstanceSort in io.camunda.service.search.query
Methods in io.camunda.service.search.query that return ProcessInstanceSortModifier and TypeMethodDescriptionProcessInstanceQuery.sort()Returns the value of thesortrecord component.Methods in io.camunda.service.search.query with parameters of type ProcessInstanceSortMethod parameters in io.camunda.service.search.query with type arguments of type ProcessInstanceSortModifier and TypeMethodDescriptionProcessInstanceQuery.Builder.sort(Function<ProcessInstanceSort.Builder, ObjectBuilder<ProcessInstanceSort>> fn) Constructors in io.camunda.service.search.query with parameters of type ProcessInstanceSortModifierConstructorDescriptionProcessInstanceQuery(ProcessInstanceFilter filter, ProcessInstanceSort sort, SearchQueryPage page, QueryResultConfig resultConfig) Creates an instance of aProcessInstanceQueryrecord class. -
Uses of ProcessInstanceSort in io.camunda.service.search.sort
Methods in io.camunda.service.search.sort that return ProcessInstanceSortModifier and TypeMethodDescriptionProcessInstanceSort.Builder.build()static ProcessInstanceSortProcessInstanceSort.of(Function<ProcessInstanceSort.Builder, ObjectBuilder<ProcessInstanceSort>> fn) static ProcessInstanceSortSortOptionBuilders.processInstance(Function<ProcessInstanceSort.Builder, ObjectBuilder<ProcessInstanceSort>> fn) Method parameters in io.camunda.service.search.sort with type arguments of type ProcessInstanceSortModifier and TypeMethodDescriptionstatic ProcessInstanceSortProcessInstanceSort.of(Function<ProcessInstanceSort.Builder, ObjectBuilder<ProcessInstanceSort>> fn) static ProcessInstanceSortSortOptionBuilders.processInstance(Function<ProcessInstanceSort.Builder, ObjectBuilder<ProcessInstanceSort>> fn)