|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IssueSearchResultsAction
Interface that should be implemented by actions that wish to have search results displayed in the navigator table.
| 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 |
|---|
SearchResults getSearchResults()
throws SearchException
SearchExceptionTableLayoutFactory getTableLayoutFactory()
SearchRequest getSearchRequest()
com.atlassian.crowd.embedded.api.User getLoggedInUser()
Long getSelectedIssueId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||