@Internal @Deprecated public interface

IssueNavigatorSearchResultsHelper

com.atlassian.jira.web.action.issue.IssueNavigatorSearchResultsHelper
Known Indirect Subclasses

This interface is 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.

@Internal

This interface is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Class Overview

Utility for getting search results for issue navigation

Summary

Public Methods
void ensureAnIssueIsSelected(SearchResultsInfo searchResults, boolean isPagingToPreviousPage)
SearchResultsInfo getSearchResults(Query query, boolean isPageChanged)
void resetPagerAndSelectedIssue()

Public Methods

public void ensureAnIssueIsSelected (SearchResultsInfo searchResults, boolean isPagingToPreviousPage)

public SearchResultsInfo getSearchResults (Query query, boolean isPageChanged)

public void resetPagerAndSelectedIssue ()