public class SortedOnly extends Object implements Context
Constructor and Description |
---|
SortedOnly(IssueField field,
com.atlassian.query.order.SortOrder order,
I18n i18n) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.jira.jql.builder.JqlQueryBuilder |
applyIssueSorter(com.atlassian.jira.jql.builder.JqlQueryBuilder queryBuilder,
boolean generatePrettyQuery)
Apply the sorter to the query builder.
|
com.atlassian.query.Query |
applyIssueSorter(com.atlassian.query.Query query,
boolean byName) |
Context |
cloneAs(String name) |
int |
compareTo(Context o) |
Filter |
getFilter() |
Filter |
getHighLight() |
String |
getId() |
String |
getName() |
String |
getOwner() |
com.atlassian.query.order.SortOrder |
getSortByOrder() |
IssueField |
getSortField() |
String |
getSortOrder() |
boolean |
isDefault() |
boolean |
isDeletable() |
boolean |
isDoneFilterOn() |
boolean |
isEditable() |
boolean |
isOwner(com.atlassian.jira.user.ApplicationUser user) |
boolean |
isRankable() |
boolean |
isRankedBy(GlobalRankField rank) |
boolean |
isRenamable() |
boolean |
isSelected(String view) |
boolean |
isSharable() |
boolean |
isShared() |
boolean |
isShowInMenu() |
boolean |
isSortedBy(String fieldId) |
void |
save() |
void |
setName(String name) |
void |
setSortField(String field) |
void |
setSortOrder(String order) |
void |
trash() |
public SortedOnly(IssueField field, com.atlassian.query.order.SortOrder order, I18n i18n)
public Filter getHighLight()
getHighLight
in interface Context
public IssueField getSortField()
getSortField
in interface Context
public boolean isSortedBy(String fieldId)
isSortedBy
in interface Context
public com.atlassian.query.Query applyIssueSorter(com.atlassian.query.Query query, boolean byName)
applyIssueSorter
in interface Context
public com.atlassian.jira.jql.builder.JqlQueryBuilder applyIssueSorter(com.atlassian.jira.jql.builder.JqlQueryBuilder queryBuilder, boolean generatePrettyQuery)
Context
applyIssueSorter
in interface Context
public String getSortOrder()
getSortOrder
in interface Context
public com.atlassian.query.order.SortOrder getSortByOrder()
getSortByOrder
in interface Context
public boolean isDeletable()
isDeletable
in interface Context
public boolean isDoneFilterOn()
isDoneFilterOn
in interface Context
public boolean isEditable()
isEditable
in interface Context
public boolean isOwner(com.atlassian.jira.user.ApplicationUser user)
public boolean isRenamable()
isRenamable
in interface Context
public boolean isRankedBy(GlobalRankField rank)
isRankedBy
in interface Context
public boolean isRankable()
isRankable
in interface Context
public boolean isSelected(String view)
isSelected
in interface Context
public boolean isSharable()
isSharable
in interface Context
public boolean isShowInMenu()
public void setSortField(String field)
setSortField
in interface Context
public void setSortOrder(String order)
setSortOrder
in interface Context
public int compareTo(Context o)
compareTo
in interface Comparable<Context>
Copyright © 2007–2015 Atlassian. All rights reserved.