public class ValuesGeneratorObjectConfigurationProperty extends ObjectConfigurationPropertyImpl
ValuesGenerator
implementation.| Constructor and Description |
|---|
ValuesGeneratorObjectConfigurationProperty(String name,
String description,
String defaultValue,
int type,
String typeName,
String valueGeneratorClass,
String enabledConditionClass)
Creates a new ValuesGeneratorObjectConfigurationProperty object.
|
ValuesGeneratorObjectConfigurationProperty(String name,
String description,
String defaultValue,
int type,
String typeName,
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, getTypeName, init, isEmpty, isEnabled, isI18nValues, keySet, put, putAll, remove, setCascadeFrom, setI18nValues, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic ValuesGeneratorObjectConfigurationProperty(String name, String description, String defaultValue, int type, String typeName, String valueGeneratorClass, String enabledConditionClass)
name - Property namedescription - Property descriptiondefaultValue - Default valuetype - Field type, e.g. string, long ....typeName - The name of the field type, e.g. 'text'valueGeneratorClass - Instance of ValuesGenerator used to retrieve a list of available choicespublic ValuesGeneratorObjectConfigurationProperty(String name, String description, String defaultValue, int type, String typeName, String valueGeneratorClass, String enabledConditionClass, ClassLoader classLoader)
name - Property namedescription - Property descriptiondefaultValue - Default valuetype - Field type, e.g. string, long ....typeName - The name of the field type, e.g. 'text'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 ObjectConfigurationPropertyImpluserParams - used to retrieve a cut down list of choices from the ValuesGenerator classObjectConfigurationPropertyImplCopyright © 2002-2019 Atlassian. All Rights Reserved.