com.atlassian.jira.issue.transport.impl
Class IssueNavigatorActionParams

java.lang.Object
  extended by com.atlassian.jira.issue.transport.impl.ActionParamsImpl
      extended by com.atlassian.jira.issue.transport.impl.IssueNavigatorActionParams
All Implemented Interfaces:
ActionParams, FieldParams

public class IssueNavigatorActionParams
extends ActionParamsImpl


Field Summary
 
Fields inherited from class com.atlassian.jira.issue.transport.impl.ActionParamsImpl
params
 
Constructor Summary
IssueNavigatorActionParams()
           
IssueNavigatorActionParams(Map params)
           
 
Method Summary
 IssueNavigatorType getNavigatorType()
           
 Boolean getNewAutocompletePreference()
           
 int getPagerStart()
           
 SearchContext getSearchContext()
           
 boolean isAddParamsRequired()
           
 boolean isAutocompletePreferenceSpecified()
           
 boolean isClearOldFilter()
           
 boolean isCreateNewFilter()
           
 boolean isLoadSavedFilter()
           
 boolean isNavigatorTypeSpecified()
           
 boolean isPagerStartSpecified()
           
 boolean isRefreshOnly()
          This parameter is defined in the issue type searcher.
 boolean isTooComplex()
           
 boolean isUpdateExistingFilter()
           
 boolean isUpdateParamsRequired()
           
 boolean isUserCreated()
           
 
Methods inherited from class com.atlassian.jira.issue.transport.impl.ActionParamsImpl
containsKey, getAllKeys, getAllValues, getFirstValueForKey, getFirstValueForNullKey, getKeysAndValues, getValuesForKey, getValuesForNullKey, isEmpty, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueNavigatorActionParams

public IssueNavigatorActionParams()

IssueNavigatorActionParams

public IssueNavigatorActionParams(Map params)
Method Detail

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

public SearchContext getSearchContext()

isAddParamsRequired

public boolean isAddParamsRequired()

isTooComplex

public boolean isTooComplex()

isNavigatorTypeSpecified

public final boolean isNavigatorTypeSpecified()

getNavigatorType

public final IssueNavigatorType getNavigatorType()

isAutocompletePreferenceSpecified

public final boolean isAutocompletePreferenceSpecified()

getNewAutocompletePreference

public final Boolean getNewAutocompletePreference()

isPagerStartSpecified

public boolean isPagerStartSpecified()

getPagerStart

public int getPagerStart()


Copyright © 2002-2014 Atlassian. All Rights Reserved.