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 Details

    • getSearchResults

      SearchResults<Issue> getSearchResults() throws SearchException
      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.