public interface SearchRequestParams extends IssueViewRequestParams
SearchRequestView
plugins to provide information about their context.Modifier and Type | Method and Description |
---|---|
String |
getFileExtension() |
PagerFilter |
getPagerFilter()
Used to get a handle on a pager filter that will have its start and max values setup based on either system
defaults or possibly overridden by request parameters ('tempMax' and 'pager/start').
|
Map |
getSession()
Used to access information that may have been stored in the HttpSession.
|
String |
getUserAgent() |
boolean |
isReturnMax() |
void |
setReturnMax(boolean returnMax) |
getIssueViewFieldParams
Map getSession()
PagerFilter getPagerFilter()
String getUserAgent()
void setReturnMax(boolean returnMax)
returnMax
- true if the search should return up to the maximum number of issues configured for the
'jira.search.views.max.limit' application property, even if a greater value is set as
the max on the pager filter.boolean isReturnMax()
String getFileExtension()
Copyright © 2002-2022 Atlassian. All Rights Reserved.