com.atlassian.jira.web.action.issue
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
 com.atlassian.crowd.embedded.api.User getLoggedInUser()
          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.
 

Method Detail

getSearchResults

SearchResults 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.

getLoggedInUser

com.atlassian.crowd.embedded.api.User getLoggedInUser()
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.


Copyright © 2002-2014 Atlassian. All Rights Reserved.