com.atlassian.jira.issue.statistics
Class FilterStatisticsCascadingSelectValuesGenerator
java.lang.Object
com.atlassian.jira.issue.statistics.FilterStatisticsValuesGenerator
com.atlassian.jira.issue.statistics.FilterStatisticsCascadingSelectValuesGenerator
- All Implemented Interfaces:
- ValuesGenerator
public class FilterStatisticsCascadingSelectValuesGenerator
- extends FilterStatisticsValuesGenerator
Created by IntelliJ IDEA.
User: detkin
Date: Jan 19, 2006
Time: 12:52:27 PM
To change this template use File | Settings | File Templates.
Fields inherited from class com.atlassian.jira.issue.statistics.FilterStatisticsValuesGenerator |
ALLFIXFOR, ALLVERSION, ASSIGNEES, COMPONENTS, FIXFOR, IRRELEVANT, ISSUETYPE, LABELS, PRIORITIES, PROJECT, REPORTER, RESOLUTION, STATUSES, systemValues, VERSION |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterStatisticsCascadingSelectValuesGenerator
public FilterStatisticsCascadingSelectValuesGenerator()
getValues
public Map getValues(Map params)
- Description copied from interface:
ValuesGenerator
- Map of choices to use
- Specified by:
getValues
in interface ValuesGenerator
- Overrides:
getValues
in class FilterStatisticsValuesGenerator
- Parameters:
params
- 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.