Uses of Record Class
io.camunda.service.search.sort.VariableSort
Packages that use VariableSort
-
Uses of VariableSort in io.camunda.service.search.query
Methods in io.camunda.service.search.query that return VariableSortModifier and TypeMethodDescriptionVariableQuery.sort()Returns the value of thesortrecord component.Methods in io.camunda.service.search.query with parameters of type VariableSortMethod parameters in io.camunda.service.search.query with type arguments of type VariableSortModifier and TypeMethodDescriptionVariableQuery.Builder.sort(Function<VariableSort.Builder, ObjectBuilder<VariableSort>> fn) Constructors in io.camunda.service.search.query with parameters of type VariableSortModifierConstructorDescriptionVariableQuery(VariableFilter filter, VariableSort sort, SearchQueryPage page) Creates an instance of aVariableQueryrecord class. -
Uses of VariableSort in io.camunda.service.search.sort
Methods in io.camunda.service.search.sort that return VariableSortModifier and TypeMethodDescriptionVariableSort.Builder.build()static VariableSortVariableSort.of(Function<VariableSort.Builder, ObjectBuilder<VariableSort>> fn) static VariableSortSortOptionBuilders.variable(Function<VariableSort.Builder, ObjectBuilder<VariableSort>> fn) Method parameters in io.camunda.service.search.sort with type arguments of type VariableSortModifier and TypeMethodDescriptionstatic VariableSortVariableSort.of(Function<VariableSort.Builder, ObjectBuilder<VariableSort>> fn) static VariableSortSortOptionBuilders.variable(Function<VariableSort.Builder, ObjectBuilder<VariableSort>> fn)