Uses of Record Class
io.camunda.service.search.sort.UserSort
Packages that use UserSort
-
Uses of UserSort in io.camunda.service.search.query
Methods in io.camunda.service.search.query that return UserSortModifier and TypeMethodDescriptionUserQuery.sort()Returns the value of thesortrecord component.Methods in io.camunda.service.search.query with parameters of type UserSortMethod parameters in io.camunda.service.search.query with type arguments of type UserSortModifier and TypeMethodDescriptionUserQuery.Builder.sort(Function<UserSort.Builder, ObjectBuilder<UserSort>> fn) Constructors in io.camunda.service.search.query with parameters of type UserSortModifierConstructorDescriptionUserQuery(UserFilter filter, UserSort sort, SearchQueryPage page) Creates an instance of aUserQueryrecord class. -
Uses of UserSort in io.camunda.service.search.sort
Methods in io.camunda.service.search.sort that return UserSortModifier and TypeMethodDescriptionUserSort.Builder.build()static UserSortUserSort.of(Function<UserSort.Builder, ObjectBuilder<UserSort>> fn) static UserSortSortOptionBuilders.user(Function<UserSort.Builder, ObjectBuilder<UserSort>> fn) Method parameters in io.camunda.service.search.sort with type arguments of type UserSortModifier and TypeMethodDescriptionstatic UserSortUserSort.of(Function<UserSort.Builder, ObjectBuilder<UserSort>> fn) static UserSortSortOptionBuilders.user(Function<UserSort.Builder, ObjectBuilder<UserSort>> fn)