Class SortingValuesGenerator

java.lang.Object
com.atlassian.jira.portal.SortingValuesGenerator
All Implemented Interfaces:
ValuesGenerator

public class SortingValuesGenerator extends Object implements ValuesGenerator
  • Field Details

  • Constructor Details

    • SortingValuesGenerator

      public SortingValuesGenerator()
  • Method Details

    • 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.