public class BoardQueryServiceImpl extends Object implements BoardQueryService
Constructor and Description |
---|
BoardQueryServiceImpl(I18nHelper.BeanFactory beanFactory,
SearchService searchService) |
Modifier and Type | Method and Description |
---|---|
Query |
getAugmentedQueryForDoneIssues(Query query)
Augments a query to add additional clauses for filtering done issues
for the purposes of display.
|
ServiceOutcome<Query> |
getBaseQueryForBoard(ApplicationUser user,
Board board)
Returns the query originally associated with the JQL of a board, with the
additional constraint of including only standard issue types.
|
public BoardQueryServiceImpl(I18nHelper.BeanFactory beanFactory, SearchService searchService)
public Query getAugmentedQueryForDoneIssues(Query query)
BoardQueryService
getAugmentedQueryForDoneIssues
in interface BoardQueryService
query
- The query to augment with additional clauses for displaying
the boardQuery
public ServiceOutcome<Query> getBaseQueryForBoard(ApplicationUser user, Board board)
BoardQueryService
getBaseQueryForBoard
in interface BoardQueryService
user
- The user to fetch the board query asboard
- The board to fetch the query fromQuery
if possibleCopyright © 2002-2024 Atlassian. All Rights Reserved.