Uses of Class
io.camunda.client.protocol.rest.VariableSearchQuerySortRequest
Packages that use VariableSearchQuerySortRequest
-
Uses of VariableSearchQuerySortRequest in io.camunda.client.impl.search
Methods in io.camunda.client.impl.search that return types with arguments of type VariableSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<VariableSearchQuerySortRequest> SearchQuerySortRequestMapper.toVariableSearchQuerySortRequest(List<SearchQuerySortRequest> requests) Method parameters in io.camunda.client.impl.search with type arguments of type VariableSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<SearchQuerySortRequest> SearchQuerySortRequestMapper.fromVariableSearchQuerySortRequest(List<VariableSearchQuerySortRequest> requests) -
Uses of VariableSearchQuerySortRequest in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return VariableSearchQuerySortRequestModifier and TypeMethodDescriptionVariableSearchQuerySortRequest.field(VariableSearchQuerySortRequest.FieldEnum field) VariableSearchQuerySortRequest.order(SortOrderEnum order) Methods in io.camunda.client.protocol.rest that return types with arguments of type VariableSearchQuerySortRequestMethods in io.camunda.client.protocol.rest with parameters of type VariableSearchQuerySortRequestModifier and TypeMethodDescriptionVariableSearchQuery.addSortItem(VariableSearchQuerySortRequest sortItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type VariableSearchQuerySortRequestModifier and TypeMethodDescriptionvoidVariableSearchQuery.setSort(List<VariableSearchQuerySortRequest> sort) VariableSearchQuery.sort(List<VariableSearchQuerySortRequest> sort)