public interface IssueSearchResultsAction
Modifier and Type | Method and Description |
---|---|
ApplicationUser |
getLoggedInApplicationUser()
Get the user executing the search.
|
SearchRequest |
getSearchRequest()
Get the current search request being executed.
|
SearchResults |
getSearchResults()
Return the current search results to the caller.
|
Long |
getSelectedIssueId()
Return the issue id that should be shown as selected.
|
TableLayoutFactory |
getTableLayoutFactory()
Return the object used to render the table layout.
|
SearchResults getSearchResults() throws SearchException
SearchException
TableLayoutFactory getTableLayoutFactory()
SearchRequest getSearchRequest()
ApplicationUser getLoggedInApplicationUser()
Long getSelectedIssueId()
Copyright © 2002-2018 Atlassian. All Rights Reserved.