public class

FilterValuesGenerator

extends Object
implements ValuesGenerator<K>
java.lang.Object
   ↳ com.atlassian.jira.portal.FilterValuesGenerator

Summary

Constants
String FILTER_ALL_ISSUES
String FILTER_INCOMPLETE_ISSUES
[Expand]
Inherited Fields
From interface com.atlassian.configurable.ValuesGenerator
Public Constructors
FilterValuesGenerator()
Public Methods
Map getValues(Map userParams)
Map of choices to use
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.configurable.ValuesGenerator

Constants

public static final String FILTER_ALL_ISSUES

Constant Value: "all"

public static final String FILTER_INCOMPLETE_ISSUES

Constant Value: "incomplete"

Public Constructors

public FilterValuesGenerator ()

Public Methods

public Map getValues (Map userParams)

Map of choices to use

Parameters
userParams Used to generate a relevant list of choices. e.g. may have some permissions in it
Returns
  • Map which contains a list of choices as key value pairs. Can be null.