Modifier and Type | Method and Description |
---|---|
List<FieldConfigItemType> |
MockCustomFieldType.getConfigurationItemTypes() |
Modifier and Type | Method and Description |
---|---|
MockCustomFieldType |
MockCustomFieldType.setConfigurationItemTypes(List<FieldConfigItemType> itemTypes) |
Modifier and Type | Method and Description |
---|---|
List<FieldConfigItemType> |
CustomFieldType.getConfigurationItemTypes()
Returns a List of
FieldConfigItemType objects. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultValueConfigItem
A
FieldConfigItemType that represents a default value for the field. |
class |
ProjectOptionsConfigItem |
class |
SettableOptionsConfigItem |
class |
UserFilterConfigItem
A
FieldConfigItemType that represents user filter for the user picker. |
class |
VersionOptionsConfigItem |
class |
VersionOrderConfigItem
Represents version order configuration item on version picker custom field configuration page
|
Modifier and Type | Method and Description |
---|---|
List<FieldConfigItemType> |
SelectCFType.getConfigurationItemTypes() |
List<FieldConfigItemType> |
CascadingSelectCFType.getConfigurationItemTypes() |
List<FieldConfigItemType> |
ProjectCFType.getConfigurationItemTypes() |
List<FieldConfigItemType> |
MultiSelectCFType.getConfigurationItemTypes() |
List<FieldConfigItemType> |
VersionCFType.getConfigurationItemTypes() |
List<FieldConfigItemType> |
UserCFType.getConfigurationItemTypes() |
List<FieldConfigItemType> |
CalculatedCFType.getConfigurationItemTypes() |
List<FieldConfigItemType> |
AbstractCustomFieldType.getConfigurationItemTypes() |
Modifier and Type | Method and Description |
---|---|
List<FieldConfigItemType> |
MockCustomField.getConfigurationItemTypes() |
List<FieldConfigItemType> |
PrioritySystemField.getConfigurationItemTypes() |
List<FieldConfigItemType> |
ConfigurableField.getConfigurationItemTypes()
Returns a List of
FieldConfigItemType objects. |
Modifier and Type | Method and Description |
---|---|
FieldConfigItemType |
FieldConfigItemImpl.getType() |
FieldConfigItemType |
FieldConfigItem.getType() |
Constructor and Description |
---|
FieldConfigItemImpl(FieldConfigItemType type,
FieldConfig config) |
Constructor and Description |
---|
FieldConfigImpl(Long id,
String name,
String description,
List<FieldConfigItemType> configItemTypes,
String fieldId) |
Modifier and Type | Method and Description |
---|---|
FieldConfig |
FieldConfigManagerImpl.createFieldConfig(FieldConfig newConfig,
List<FieldConfigItemType> configurationItemTypes) |
FieldConfig |
FieldConfigManager.createFieldConfig(FieldConfig newConfig,
List<FieldConfigItemType> configurationItemTypes) |
Modifier and Type | Method and Description |
---|---|
FieldConfig |
FieldConfigPersisterImpl.create(FieldConfig config,
List<FieldConfigItemType> configurationItemTypes) |
FieldConfig |
FieldConfigPersister.create(FieldConfig config,
List<FieldConfigItemType> configurationItemTypes) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.