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() |
void |
setCurrentObject(T object)
Associates the specified object to the current user's session.
|
T getCurrentObject()
void setCurrentObject(T object)
object
- the objectCopyright © 2002-2015 Atlassian. All Rights Reserved.