com.atlassian.configurable.ValuesGenerator |
Known Indirect Subclasses
ColumnNamesValuesGenerator,
DateFieldValuesGenerator,
FilterStatisticsCascadingSelectValuesGenerator,
FilterStatisticsValuesGenerator,
FilterValuesGenerator,
MailServersValuesGenerator,
SearchRequestValuesGenerator,
SortingValuesGenerator,
SubTaskIncludeValuesGenerator,
UserSubTaskIncludeValuesGenerator,
VersionOptionalValuesGenerator,
VersionValuesGenerator
|
Class Overview
Interface to implement when you want to retrieve a list of choices for a ConfiguraionProperty.
The class you implement can be passed to a ValuesGeneratorObjectConfigurationProperty
so it will use it
to retrieve a list of choices.
Fields
Implementation that returns no values at all.
Public Methods
public
Map
getValues
(Map userParams)
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.