com.atlassian.jira.portal
Class FilterValuesGenerator

java.lang.Object
  extended by com.atlassian.jira.portal.FilterValuesGenerator
All Implemented Interfaces:
com.atlassian.configurable.ValuesGenerator

public class FilterValuesGenerator
extends Object
implements com.atlassian.configurable.ValuesGenerator


Field Summary
static String FILTER_ALL_ISSUES
           
static String FILTER_INCOMPLETE_ISSUES
           
 
Fields inherited from interface com.atlassian.configurable.ValuesGenerator
NONE
 
Constructor Summary
FilterValuesGenerator()
           
 
Method Summary
 Map getValues(Map userParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

FilterValuesGenerator

public FilterValuesGenerator()
Method Detail

getValues

public Map getValues(Map userParams)
Specified by:
getValues in interface com.atlassian.configurable.ValuesGenerator


Copyright © 2002-2008 Atlassian. All Rights Reserved.