com.atlassian.greenhopper.model
Interface Context2
- All Known Subinterfaces:
- Context
- All Known Implementing Classes:
- ContextImpl, ContextImpl2, DefaultContext, EmptyContext, MenuContext, SortedOnly
public interface Context2
New interface to hide current Context interface behind another one for newly implemented code.
Should help us decide what we really need from an application point of view
getId
java.lang.String getId()
getName
java.lang.String getName()
getFilter
Filter2 getFilter()
getHighLight
Filter2 getHighLight()
getSortField
IssueField getSortField()
applyIssueSorter
com.atlassian.jira.jql.builder.JqlQueryBuilder applyIssueSorter(com.atlassian.jira.jql.builder.JqlQueryBuilder queryBuilder,
boolean generatePrettyQuery)
- Apply the sorter to the query builder.
Copyright © 2007-2011 Atlassian. All Rights Reserved.