com.atlassian.jira.portal
Class FilterValuesGenerator
java.lang.Object
com.atlassian.jira.portal.FilterValuesGenerator
- All Implemented Interfaces:
- ValuesGenerator
public class FilterValuesGenerator
- extends Object
- implements ValuesGenerator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILTER_ALL_ISSUES
public static final String FILTER_ALL_ISSUES
- See Also:
- Constant Field Values
FILTER_INCOMPLETE_ISSUES
public static final String FILTER_INCOMPLETE_ISSUES
- See Also:
- Constant Field Values
FilterValuesGenerator
public FilterValuesGenerator()
getValues
public Map getValues(Map userParams)
- Description copied from interface:
ValuesGenerator
- Map of choices to use
- Specified by:
getValues
in interface ValuesGenerator
- 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.
Copyright © 2002-2012 Atlassian. All Rights Reserved.