Uses of Class
io.camunda.client.protocol.rest.UserTaskVariableSearchQuerySortRequest
Packages that use UserTaskVariableSearchQuerySortRequest
-
Uses of UserTaskVariableSearchQuerySortRequest in io.camunda.client.impl.search
Methods in io.camunda.client.impl.search that return types with arguments of type UserTaskVariableSearchQuerySortRequestModifier and TypeMethodDescriptionSearchQuerySortRequestMapper.toUserTaskVariableSearchQuerySortRequest(List<SearchQuerySortRequest> requests) Method parameters in io.camunda.client.impl.search with type arguments of type UserTaskVariableSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<SearchQuerySortRequest> SearchQuerySortRequestMapper.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)