|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OrderBy in com.atlassian.jira.issue.search.util |
---|
Methods in com.atlassian.jira.issue.search.util that return OrderBy | |
---|---|
OrderBy |
SearchSortUtilImpl.getOrderByClause(Map parameterMap)
|
OrderBy |
SearchSortUtil.getOrderByClause(Map parameterMap)
This method is used to convert incomming, request-style, parameters into SearchSort objects. |
Uses of OrderBy in com.atlassian.jira.jql.builder |
---|
Methods in com.atlassian.jira.jql.builder that return OrderBy | |
---|---|
OrderBy |
JqlOrderByBuilder.buildOrderBy()
|
Methods in com.atlassian.jira.jql.builder with parameters of type OrderBy | |
---|---|
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. |
Uses of OrderBy in com.atlassian.jira.jql.parser.antlr |
---|
Fields in com.atlassian.jira.jql.parser.antlr declared as OrderBy | |
---|---|
OrderBy |
JqlParser.query_return.order
|
Methods in com.atlassian.jira.jql.parser.antlr that return OrderBy | |
---|---|
OrderBy |
JqlParser.orderBy()
|
Uses of OrderBy in com.atlassian.jira.jql.validator |
---|
Methods in com.atlassian.jira.jql.validator with parameters of type OrderBy | |
---|---|
MessageSet |
DefaultOrderByValidator.validate(com.atlassian.crowd.embedded.api.User searcher,
OrderBy orderBy)
|
MessageSet |
OrderByValidator.validate(com.atlassian.crowd.embedded.api.User 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 |
---|
Methods in com.atlassian.query that return OrderBy | |
---|---|
OrderBy |
Query.getOrderByClause()
|
OrderBy |
QueryImpl.getOrderByClause()
|
Constructors in com.atlassian.query with parameters of type OrderBy | |
---|---|
QueryImpl(Clause whereClause,
OrderBy orderByClause,
String originalQuery)
|
Uses of OrderBy in com.atlassian.query.order |
---|
Classes in com.atlassian.query.order that implement OrderBy | |
---|---|
class |
OrderByImpl
Default implementation of OrderBy . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |