@Deprecated public interface SessionSearchObjectManager<T>
Candidates for this are objects which are related to searching. For example: SearchRequest
, NextPreviousPager
,
PagerFilter
, or the selected issue.
Modifier and Type | Method and Description |
---|---|
T |
getCurrentObject()
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.
|
void |
setCurrentObject(T object)
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.
|
@Deprecated T getCurrentObject()
@Deprecated void setCurrentObject(T object)
object
- the objectCopyright © 2002-2021 Atlassian. All Rights Reserved.