Package com.atlassian.jira.portal
Class SortingValuesGenerator
java.lang.Object
com.atlassian.jira.portal.SortingValuesGenerator
- All Implemented Interfaces:
ValuesGenerator
-
Field Summary
FieldsFields inherited from interface com.atlassian.configurable.ValuesGenerator
NONE -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SORT_BY_MOST_COMPLETED
- See Also:
-
SORT_BY_LEAST_COMPLETED
- See Also:
-
-
Constructor Details
-
SortingValuesGenerator
public SortingValuesGenerator()
-
-
Method Details
-
getValues
Description copied from interface:ValuesGeneratorMap of choices to use- Specified by:
getValuesin interfaceValuesGenerator- 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.
-