public class DefaultBoardDataService extends Object implements BoardDataService
Constructor and Description |
---|
DefaultBoardDataService(BoardWorkflowService boardWorkflowService,
BoardQueryService boardQueryService,
I18nHelper.BeanFactory i18nFactory,
IssueSearchLimits issueSearchLimits,
SearchService searchService) |
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<BoardData> |
getDataForBoard(ApplicationUser user,
Board board)
As the given user, get the data for a board.
|
public DefaultBoardDataService(BoardWorkflowService boardWorkflowService, BoardQueryService boardQueryService, I18nHelper.BeanFactory i18nFactory, IssueSearchLimits issueSearchLimits, SearchService searchService)
public ServiceOutcome<BoardData> getDataForBoard(ApplicationUser user, Board board)
BoardDataService
getDataForBoard
in interface BoardDataService
user
- the user to retrieve the data for the board asboard
- the board to get the data forcom.atlassian.jira.util.ErrorCollection.Reason.VALIDATION_FAILED
if there was an error parsing the JQL,
or com.atlassian.jira.util.ErrorCollection.Reason.SERVER_ERROR
if there was an exception while searchingCopyright © 2002-2017 Atlassian. All Rights Reserved.