Uses of Class
io.camunda.client.protocol.rest.AuditLogSearchQuerySortRequest
Packages that use AuditLogSearchQuerySortRequest
-
Uses of AuditLogSearchQuerySortRequest in io.camunda.client.impl.search.request
Methods in io.camunda.client.impl.search.request that return types with arguments of type AuditLogSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<AuditLogSearchQuerySortRequest> SearchRequestSortMapper.toAuditLogSearchQuerySortRequest(List<SearchRequestSort> requests) Method parameters in io.camunda.client.impl.search.request with type arguments of type AuditLogSearchQuerySortRequestModifier and TypeMethodDescriptionstatic List<SearchRequestSort> SearchRequestSortMapper.fromAuditLogSearchQuerySortRequest(List<AuditLogSearchQuerySortRequest> requests) -
Uses of AuditLogSearchQuerySortRequest in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return AuditLogSearchQuerySortRequestModifier and TypeMethodDescriptionAuditLogSearchQuerySortRequest.field(AuditLogSearchQuerySortRequest.FieldEnum field) AuditLogSearchQuerySortRequest.order(SortOrderEnum order) Methods in io.camunda.client.protocol.rest that return types with arguments of type AuditLogSearchQuerySortRequestModifier and TypeMethodDescriptionAuditLogSearchQueryRequest.getSort()Sort field criteria.UserTaskAuditLogSearchQueryRequest.getSort()Sort field criteria.Methods in io.camunda.client.protocol.rest with parameters of type AuditLogSearchQuerySortRequestModifier and TypeMethodDescriptionAuditLogSearchQueryRequest.addSortItem(AuditLogSearchQuerySortRequest sortItem) UserTaskAuditLogSearchQueryRequest.addSortItem(AuditLogSearchQuerySortRequest sortItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type AuditLogSearchQuerySortRequestModifier and TypeMethodDescriptionvoidAuditLogSearchQueryRequest.setSort(List<AuditLogSearchQuerySortRequest> sort) voidUserTaskAuditLogSearchQueryRequest.setSort(List<AuditLogSearchQuerySortRequest> sort) AuditLogSearchQueryRequest.sort(List<AuditLogSearchQuerySortRequest> sort) UserTaskAuditLogSearchQueryRequest.sort(List<AuditLogSearchQuerySortRequest> sort)