public interface

IssueSearchResultsAction

com.atlassian.jira.web.action.issue.IssueSearchResultsAction

Class Overview

Interface that should be implemented by actions that wish to have search results displayed in the navigator table.

Summary

Public Methods
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.

Public Methods

public ApplicationUser getLoggedInApplicationUser ()

Get the user executing the search.

Returns
  • the user executing the search.

public SearchRequest getSearchRequest ()

Get the current search request being executed.

Returns
  • the the current search request being executed.

public SearchResults getSearchResults ()

Return the current search results to the caller.

Returns
  • the current search results.

public Long getSelectedIssueId ()

Return the issue id that should be shown as selected.

Returns
  • the issue id that should be shown as selected.

public TableLayoutFactory getTableLayoutFactory ()

Return the object used to render the table layout.

Returns
  • the object used to render the table layout.