Interface IssueSearchResultsAction
public interface IssueSearchResultsAction
Interface that should be implemented by actions that wish to have search results displayed in the navigator
table.
- Since:
- v4.0
-
Method Summary
Modifier and TypeMethodDescriptionGet the user executing the search.Get the current search request being executed.Return the current search results to the caller.Return the issue id that should be shown as selected.Return the object used to render the table layout.
-
Method Details
-
getSearchResults
Return the current search results to the caller.- Returns:
- the current search results.
- Throws:
SearchException
-
getTableLayoutFactory
TableLayoutFactory getTableLayoutFactory()Return the object used to render the table layout.- Returns:
- the object used to render the table layout.
-
getSearchRequest
SearchRequest getSearchRequest()Get the current search request being executed.- Returns:
- the the current search request being executed.
-
getLoggedInApplicationUser
ApplicationUser getLoggedInApplicationUser()Get the user executing the search.- Returns:
- the user executing the search.
-
getSelectedIssueId
Long getSelectedIssueId()Return the issue id that should be shown as selected.- Returns:
- the issue id that should be shown as selected.
-