Package com.atlassian.jira.web.session
Interface SessionSelectedIssueManager
- All Superinterfaces:
SessionSearchObjectManager<SessionSelectedIssueManager.SelectedIssueData>
- All Known Implementing Classes:
DefaultSessionSelectedIssueManager
@Deprecated
@NonInjectableComponent
public interface SessionSelectedIssueManager
extends SessionSearchObjectManager<SessionSelectedIssueManager.SelectedIssueData>
Deprecated.
since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
Provides access to getting and setting the selected issue (stored as a
Long
) in session.- Since:
- v4.2
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Deprecated. -
Method Summary
Methods inherited from interface com.atlassian.jira.web.session.SessionSearchObjectManager
getCurrentObject, setCurrentObject