Uses of Interface
com.atlassian.query.order.OrderBy
Package
Description
-
Uses of OrderBy in com.atlassian.jira.issue.search.util
Modifier and TypeMethodDescriptionSearchSortUtil.getOrderByClause
(Map parameterMap) Deprecated.This method is used to convert incoming, request-style, parameters into SearchSort objects.SearchSortUtilImpl.getOrderByClause
(Map parameterMap) -
Uses of OrderBy in com.atlassian.jira.jql.builder
Modifier and TypeMethodDescriptionstatic JqlOrderByBuilder
JqlQueryBuilder.newOrderByBuilder
(OrderBy copy) Build a newJqlOrderByBuilder
and initialise it with the passed order.Creates a builder who's state will be a mutable copy of the passed in order by. -
Uses of OrderBy in com.atlassian.jira.jql.parser.antlr
-
Uses of OrderBy in com.atlassian.jira.jql.validator
Modifier and TypeMethodDescriptionDefaultOrderByValidator.validate
(ApplicationUser searcher, OrderBy orderBy) OrderByValidator.validate
(ApplicationUser searcher, OrderBy orderBy) Will add messages if there is a portion of the order by that contains a non-orderable jql clause name or if there are any duplicates or if the user is trying to order by a field that they can't see. -
Uses of OrderBy in com.atlassian.query
-
Uses of OrderBy in com.atlassian.query.order