public class ValuesGeneratorObjectConfigurationProperty extends ObjectConfigurationPropertyImpl
ValuesGenerator
implementation.Constructor and Description |
---|
ValuesGeneratorObjectConfigurationProperty(String name,
String description,
String defaultValue,
int type,
String valueGeneratorClass,
String enabledConditionClass)
Creates a new ValuesGeneratorObjectConfigurationProperty object.
|
ValuesGeneratorObjectConfigurationProperty(String name,
String description,
String defaultValue,
int type,
String valueGeneratorClass,
String enabledConditionClass,
ClassLoader classLoader)
Creates a new ValuesGeneratorObjectConfigurationProperty object.
|
Modifier and Type | Method and Description |
---|---|
protected Map |
getInternalValues(Map userParams)
Overides method in super class that uses a map stored in the object to retrieve choices.
|
clear, containsKey, containsValue, entrySet, get, getCascadeFrom, getDefault, getDescription, getMutableInternalValues, getName, getType, init, isEmpty, isEnabled, isI18nValues, keySet, put, putAll, remove, setCascadeFrom, setI18nValues, size, values
public ValuesGeneratorObjectConfigurationProperty(String name, String description, String defaultValue, int type, String valueGeneratorClass, String enabledConditionClass)
name
- Property namedescription
- Property descriptiondefaultValue
- Default valuetype
- Field type, e.g. string, long ....valueGeneratorClass
- Instance of ValuesGenerator used to retrieve a list of available choicespublic ValuesGeneratorObjectConfigurationProperty(String name, String description, String defaultValue, int type, String valueGeneratorClass, String enabledConditionClass, ClassLoader classLoader)
name
- Property namedescription
- Property descriptiondefaultValue
- Default valuetype
- Field type, e.g. string, long ....valueGeneratorClass
- Instance of ValuesGenerator used to retrieve a list of available choicesclassLoader
- ClassLoader used to load the valueGeneratorClassprotected Map getInternalValues(Map userParams)
ValuesGenerator
class to retrieve the values.getInternalValues
in class ObjectConfigurationPropertyImpl
userParams
- used to retrieve a cut down list of choices from the ValuesGenerator
classObjectConfigurationPropertyImpl
Copyright © 2002-2015 Atlassian. All Rights Reserved.