Package com.atlassian.jira.board
Class BoardQueryServiceImpl
java.lang.Object
com.atlassian.jira.board.BoardQueryServiceImpl
- All Implemented Interfaces:
BoardQueryService
-
Constructor Summary
ConstructorsConstructorDescriptionBoardQueryServiceImpl
(I18nHelper.BeanFactory beanFactory, SearchService searchService) -
Method Summary
Modifier and TypeMethodDescriptionAugments a query to add additional clauses for filtering done issues for the purposes of display.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.
-
Constructor Details
-
BoardQueryServiceImpl
-
-
Method Details
-
getAugmentedQueryForDoneIssues
Description copied from interface:BoardQueryService
Augments a query to add additional clauses for filtering done issues for the purposes of display.- Specified by:
getAugmentedQueryForDoneIssues
in interfaceBoardQueryService
- Parameters:
query
- The query to augment with additional clauses for displaying the board- Returns:
- The augmented
Query
-
getBaseQueryForBoard
Description copied from interface:BoardQueryService
Returns the query originally associated with the JQL of a board, with the additional constraint of including only standard issue types.- Specified by:
getBaseQueryForBoard
in interfaceBoardQueryService
- Parameters:
user
- The user to fetch the board query asboard
- The board to fetch the query from- Returns:
- The
Query
if possible
-