Uses of Record Class
io.camunda.service.search.sort.UserTaskSort
Packages that use UserTaskSort
-
Uses of UserTaskSort in io.camunda.service.search.query
Methods in io.camunda.service.search.query that return UserTaskSortModifier and TypeMethodDescriptionUserTaskQuery.sort()Returns the value of thesortrecord component.Methods in io.camunda.service.search.query with parameters of type UserTaskSortMethod parameters in io.camunda.service.search.query with type arguments of type UserTaskSortModifier and TypeMethodDescriptionUserTaskQuery.Builder.sort(Function<UserTaskSort.Builder, ObjectBuilder<UserTaskSort>> fn) Constructors in io.camunda.service.search.query with parameters of type UserTaskSortModifierConstructorDescriptionUserTaskQuery(UserTaskFilter filter, UserTaskSort sort, SearchQueryPage page) Creates an instance of aUserTaskQueryrecord class. -
Uses of UserTaskSort in io.camunda.service.search.sort
Methods in io.camunda.service.search.sort that return UserTaskSortModifier and TypeMethodDescriptionUserTaskSort.Builder.build()static UserTaskSortUserTaskSort.of(Function<UserTaskSort.Builder, ObjectBuilder<UserTaskSort>> fn) static UserTaskSortSortOptionBuilders.userTask(Function<UserTaskSort.Builder, ObjectBuilder<UserTaskSort>> fn) Method parameters in io.camunda.service.search.sort with type arguments of type UserTaskSortModifier and TypeMethodDescriptionstatic UserTaskSortUserTaskSort.of(Function<UserTaskSort.Builder, ObjectBuilder<UserTaskSort>> fn) static UserTaskSortSortOptionBuilders.userTask(Function<UserTaskSort.Builder, ObjectBuilder<UserTaskSort>> fn)