Class IssueNavigatorActionParams
java.lang.Object
com.atlassian.jira.issue.transport.impl.ActionParamsImpl
com.atlassian.jira.issue.transport.impl.IssueNavigatorActionParams
- All Implemented Interfaces:
ActionParams
,FieldParams
-
Field Summary
Fields inherited from class com.atlassian.jira.issue.transport.impl.ActionParamsImpl
params
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal IssueNavigatorType
final Boolean
int
boolean
final boolean
boolean
boolean
boolean
final boolean
boolean
boolean
This parameter is defined in the issue type searcher.boolean
boolean
boolean
boolean
Methods inherited from class com.atlassian.jira.issue.transport.impl.ActionParamsImpl
containsKey, getAllKeys, getAllValues, getFirstValueForKey, getFirstValueForNullKey, getKeysAndValues, getValuesForKey, getValuesForNullKey, isEmpty, put
-
Constructor Details
-
IssueNavigatorActionParams
public IssueNavigatorActionParams() -
IssueNavigatorActionParams
-
-
Method Details
-
isUserCreated
public boolean isUserCreated() -
isUpdateParamsRequired
public boolean isUpdateParamsRequired() -
isClearOldFilter
public boolean isClearOldFilter() -
isUpdateExistingFilter
public boolean isUpdateExistingFilter() -
isRefreshOnly
public boolean isRefreshOnly()This parameter is defined in the issue type searcher. It is used to denote that the user changed the project/issue type context, and wants to refresh their options for the Simple filter form.- Returns:
- true if the user submitted this request; false otherwise.
-
isCreateNewFilter
public boolean isCreateNewFilter() -
isLoadSavedFilter
public boolean isLoadSavedFilter() -
getSearchContext
-
isAddParamsRequired
public boolean isAddParamsRequired() -
isTooComplex
public boolean isTooComplex() -
isAutocompletePreferenceSpecified
public final boolean isAutocompletePreferenceSpecified() -
getNewAutocompletePreference
-
isPagerStartSpecified
public boolean isPagerStartSpecified() -
getPagerStart
public int getPagerStart()
-