Uses of Class
io.camunda.client.protocol.rest.UserTaskVariableSearchQuerySortRequest
Packages that use UserTaskVariableSearchQuerySortRequest
-
Uses of UserTaskVariableSearchQuerySortRequest in io.camunda.client.impl.search.request
Methods in io.camunda.client.impl.search.request that return types with arguments of type UserTaskVariableSearchQuerySortRequestModifier and TypeMethodDescriptionSearchRequestSortMapper.toUserTaskVariableSearchQuerySortRequest(List<SearchRequestSort> requests) Method parameters in io.camunda.client.impl.search.request with type arguments of type UserTaskVariableSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<SearchRequestSort> SearchRequestSortMapper.fromUserTaskVariableSearchQuerySortRequest(List<UserTaskVariableSearchQuerySortRequest> requests) -
Uses of UserTaskVariableSearchQuerySortRequest in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return UserTaskVariableSearchQuerySortRequestModifier and TypeMethodDescriptionUserTaskVariableSearchQuerySortRequest.field(UserTaskVariableSearchQuerySortRequest.FieldEnum field) UserTaskVariableSearchQuerySortRequest.order(SortOrderEnum order) Methods in io.camunda.client.protocol.rest that return types with arguments of type UserTaskVariableSearchQuerySortRequestModifier and TypeMethodDescriptionUserTaskVariableSearchQueryRequest.getSort()Sort field criteria.Methods in io.camunda.client.protocol.rest with parameters of type UserTaskVariableSearchQuerySortRequestModifier and TypeMethodDescriptionUserTaskVariableSearchQueryRequest.addSortItem(UserTaskVariableSearchQuerySortRequest sortItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type UserTaskVariableSearchQuerySortRequestModifier and TypeMethodDescriptionvoidUserTaskVariableSearchQueryRequest.setSort(List<UserTaskVariableSearchQuerySortRequest> sort) UserTaskVariableSearchQueryRequest.sort(List<UserTaskVariableSearchQuerySortRequest> sort)