Interface MultipleCustomFieldType<T,S>
- Type Parameters:
T
- Transport Object SeeCustomFieldType
for more information.S
- Single Form of Transport Object. SeeCustomFieldType
for more information.
- All Superinterfaces:
CustomFieldType<T,
S>
- All Known Subinterfaces:
MultipleSettableCustomFieldType<T,
S>
- All Known Implementing Classes:
AbstractMultiSettableCFType
,CascadingSelectCFType
,MultiSelectCFType
,SelectCFType
A type of custom field which provides the user with a specific set of options to choose from.
-
Field Summary
Fields inherited from interface com.atlassian.jira.issue.customfields.CustomFieldType
DEFAULT_VALUE_TYPE, RESOURCE_PREVIEW
-
Method Summary
Modifier and TypeMethodDescriptiondefault Options
getOptions
(FieldConfig fieldConfig) Returns all possible Options for this field.getOptions
(FieldConfig fieldConfig, JiraContextNode jiraContextNode) Deprecated.Methods inherited from interface com.atlassian.jira.issue.customfields.CustomFieldType
areAllRequiredParametersPresent, availableForBulkEdit, createValue, getChangelogString, getChangelogValue, getCloneOptionConfiguration, getCloneValue, getConfigurationItemTypes, getDefaultValue, getDescription, getDescriptor, getKey, getName, getNonNullCustomFieldProvider, getRelatedIndexers, getSingularObjectFromString, getStringFromSingularObject, getStringValueFromCustomFieldParams, getValueFromCustomFieldParams, getValueFromIssue, getVelocityParameters, init, isRenderable, isUserInputRequiredForMove, remove, requiresAdditionalParams, setDefaultValue, updateValue, validateFromParams, valuesEqual
-
Method Details
-
getOptions
Deprecated.As of 9.17.0, usegetOptions(FieldConfig)
instead.Returns all possible Options for this field.- Parameters:
fieldConfig
- configuration for this fieldjiraContextNode
- context (not used in any of the current implementations)- Returns:
- all possible Options for this field.
-
getOptions
Returns all possible Options for this field.- Parameters:
fieldConfig
- configuration for this field- Returns:
- all possible Options for this field.
-
getOptions(FieldConfig)
instead.