Interface IssueNavigatorSearchResultsHelper

All Known Implementing Classes:
IssueNavigatorSearchResultsHelperImpl

@Internal @Deprecated public interface IssueNavigatorSearchResultsHelper
Deprecated.
Since 7.1. Storing this on the httpSession does not work for cloud. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This class will be removed in 8.0.
Utility for getting search results for issue navigation
Since:
v5.2
  • Method Details

    • getSearchResults

      SearchResultsInfo getSearchResults(Query query, boolean isPageChanged) throws SearchException
      Deprecated.
      Throws:
      SearchException
    • ensureAnIssueIsSelected

      void ensureAnIssueIsSelected(SearchResultsInfo searchResults, boolean isPagingToPreviousPage)
      Deprecated.
    • resetPagerAndSelectedIssue

      void resetPagerAndSelectedIssue()
      Deprecated.