Uses of Interface
com.atlassian.query.order.OrderBy
Packages that use OrderBy
Package
Description
-
Uses of OrderBy in com.atlassian.jira.issue.search.util
Methods in com.atlassian.jira.issue.search.util that return OrderByModifier 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
Methods in com.atlassian.jira.jql.builder that return OrderByMethods in com.atlassian.jira.jql.builder with parameters of type OrderByModifier and TypeMethodDescriptionstatic JqlOrderByBuilderJqlQueryBuilder.newOrderByBuilder(OrderBy copy) Build a newJqlOrderByBuilderand 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
Fields in com.atlassian.jira.jql.parser.antlr declared as OrderByMethods in com.atlassian.jira.jql.parser.antlr that return OrderBy -
Uses of OrderBy in com.atlassian.jira.jql.validator
Methods in com.atlassian.jira.jql.validator with parameters of type OrderByModifier 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.jira.projects.legacy.projectpanel.fragment.impl
Methods in com.atlassian.jira.projects.legacy.projectpanel.fragment.impl that return OrderByModifier and TypeMethodDescriptionprotected abstract OrderByAbstractUrlFragmentUtil.getOrderBy()protected OrderByStatusSummaryFragment.StatusUrlUtil.getOrderBy()protected OrderByUnresolvedIssuesByAssigneeFragment.AssigneeUrlUtil.getOrderBy()protected OrderByUnresolvedIssuesByComponentFragment.ComponentUrlUtil.getOrderBy()protected OrderByUnresolvedIssuesByFixVersionFragment.FixVersionUrlUtil.getOrderBy()protected OrderByUnresolvedIssuesByIssueTypeFragment.IssueTypeUrlUtil.getOrderBy()protected OrderByUnresolvedIssuesByPriorityFragment.PriorityUrlUtil.getOrderBy() -
Uses of OrderBy in com.atlassian.query
Methods in com.atlassian.query that return OrderByConstructors in com.atlassian.query with parameters of type OrderBy -
Uses of OrderBy in com.atlassian.query.order
Classes in com.atlassian.query.order that implement OrderBy