Uses of Class
io.camunda.client.protocol.rest.DecisionDefinitionSearchQuerySortRequest
Packages that use DecisionDefinitionSearchQuerySortRequest
-
Uses of DecisionDefinitionSearchQuerySortRequest in io.camunda.client.impl.search.request
Methods in io.camunda.client.impl.search.request that return types with arguments of type DecisionDefinitionSearchQuerySortRequestModifier and TypeMethodDescriptionSearchRequestSortMapper.toDecisionDefinitionSearchQuerySortRequest(List<SearchRequestSort> requests) Method parameters in io.camunda.client.impl.search.request with type arguments of type DecisionDefinitionSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<SearchRequestSort> SearchRequestSortMapper.fromDecisionDefinitionSearchQuerySortRequest(List<DecisionDefinitionSearchQuerySortRequest> requests) -
Uses of DecisionDefinitionSearchQuerySortRequest in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return DecisionDefinitionSearchQuerySortRequestModifier and TypeMethodDescriptionDecisionDefinitionSearchQuerySortRequest.field(DecisionDefinitionSearchQuerySortRequest.FieldEnum field) DecisionDefinitionSearchQuerySortRequest.order(SortOrderEnum order) Methods in io.camunda.client.protocol.rest that return types with arguments of type DecisionDefinitionSearchQuerySortRequestMethods in io.camunda.client.protocol.rest with parameters of type DecisionDefinitionSearchQuerySortRequestModifier and TypeMethodDescriptionDecisionDefinitionSearchQuery.addSortItem(DecisionDefinitionSearchQuerySortRequest sortItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type DecisionDefinitionSearchQuerySortRequestModifier and TypeMethodDescriptionvoidDecisionDefinitionSearchQuery.setSort(List<DecisionDefinitionSearchQuerySortRequest> sort) DecisionDefinitionSearchQuery.sort(List<DecisionDefinitionSearchQuerySortRequest> sort)