Modifier and Type | Method and Description |
---|---|
OrderBy |
SearchSortUtilImpl.getOrderByClause(Map parameterMap) |
OrderBy |
SearchSortUtil.getOrderByClause(Map parameterMap)
Deprecated.
This method is used to convert incomming, request-style, parameters into SearchSort objects.
|
Modifier and Type | Method and Description |
---|---|
OrderBy |
JqlOrderByBuilder.buildOrderBy() |
Modifier and Type | Method and Description |
---|---|
static JqlOrderByBuilder |
JqlQueryBuilder.newOrderByBuilder(OrderBy copy)
Build a new
JqlOrderByBuilder and initialise it with the passed order. |
JqlOrderByBuilder |
JqlOrderByBuilder.setSorts(OrderBy existingOrderBy)
Creates a builder who's state will be a mutable copy of the passed in order by.
|
Modifier and Type | Field and Description |
---|---|
OrderBy |
JqlParser.query_return.order |
Modifier and Type | Method and Description |
---|---|
OrderBy |
JqlParser.orderBy() |
Modifier and Type | Method and Description |
---|---|
MessageSet |
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.
|
MessageSet |
DefaultOrderByValidator.validate(ApplicationUser searcher,
OrderBy orderBy) |
Modifier and Type | Method and Description |
---|---|
OrderBy |
Query.getOrderByClause() |
OrderBy |
QueryImpl.getOrderByClause() |
Constructor and Description |
---|
QueryImpl(Clause whereClause,
OrderBy orderByClause,
String originalQuery) |
Modifier and Type | Class and Description |
---|---|
class |
OrderByImpl
Default implementation of
OrderBy . |
Copyright © 2002-2018 Atlassian. All Rights Reserved.