public interface

SessionSearchObjectManager

com.atlassian.jira.web.session.SessionSearchObjectManager<T>
Known Indirect Subclasses

Class Overview

Provides a common access point for the setting and getting of current search related objects within the current session.

Candidates for this are objects which are related to searching. For example: SearchRequest, NextPreviousPager, PagerFilter, or the selected issue.

Summary

Public Methods
T getCurrentObject()
void setCurrentObject(T object)
Associates the specified object to the current user's session.

Public Methods

public T getCurrentObject ()

Returns
  • the current object for the current user session-wide. Null signifies that there is no current object.

public void setCurrentObject (T object)

Associates the specified object to the current user's session.

Parameters
object the object