Modifier and Type | Method and Description |
---|---|
Object |
MockCustomFieldType.getDefaultValue(FieldConfig fieldConfig) |
void |
MockCustomFieldType.setDefaultValue(FieldConfig fieldConfig,
Object value) |
void |
MockCustomFieldType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config) |
Modifier and Type | Method and Description |
---|---|
FieldConfig |
MockOption.getRelatedCustomField() |
Modifier and Type | Method and Description |
---|---|
void |
MockOption.setRelatedCustomField(FieldConfig relatedField) |
Constructor and Description |
---|
MockOption(Option parentOption,
List childOptions,
Long sequence,
String value,
FieldConfig relatedField,
Long optionId) |
Modifier and Type | Method and Description |
---|---|
MessageSet |
CascadingSelectCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n) |
MessageSet |
UserCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n) |
MessageSet |
GroupCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n) |
MessageSet |
ProjectCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n)
The custom field needs to determine if the provided custom field value, in the context of the config and
project import mapper, is a valid value that can be imported.
|
MessageSet |
SelectCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n) |
MessageSet |
TextLengthValidatingCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n) |
MessageSet |
VersionCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n) |
MessageSet |
NoTransformationCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n) |
MessageSet |
ProjectPickerCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n) |
ProjectCustomFieldImporter.MappedCustomFieldValue |
CascadingSelectCustomFieldImporter.getMappedImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig) |
ProjectCustomFieldImporter.MappedCustomFieldValue |
UserCustomFieldImporter.getMappedImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig) |
ProjectCustomFieldImporter.MappedCustomFieldValue |
GroupCustomFieldImporter.getMappedImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig) |
ProjectCustomFieldImporter.MappedCustomFieldValue |
ProjectCustomFieldImporter.getMappedImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig)
The custom field needs to determine what the "mapped" value will be for the provided custom field value and return
this new string representation of the value.
|
ProjectCustomFieldImporter.MappedCustomFieldValue |
SelectCustomFieldImporter.getMappedImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig) |
ProjectCustomFieldImporter.MappedCustomFieldValue |
TextLengthValidatingCustomFieldImporter.getMappedImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig) |
ProjectCustomFieldImporter.MappedCustomFieldValue |
VersionCustomFieldImporter.getMappedImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig) |
ProjectCustomFieldImporter.MappedCustomFieldValue |
NoTransformationCustomFieldImporter.getMappedImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig) |
ProjectCustomFieldImporter.MappedCustomFieldValue |
ProjectPickerCustomFieldImporter.getMappedImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
CustomFieldUtils.buildParams(CustomField customField,
FieldConfig config,
Issue issue,
FieldLayoutItem fieldLayoutItem,
Object value,
Map customFieldValuesHolder,
webwork.action.Action action,
Map displayParameters) |
int |
SortableCustomField.compare(T customFieldObjectValue1,
T customFieldObjectValue2,
FieldConfig fieldConfig)
Compares the two custom field objects.
|
T |
CustomFieldType.getDefaultValue(FieldConfig fieldConfig)
Retrieves the Object representing the default CustomField value for the Custom Field.
|
Options |
MultipleCustomFieldType.getOptions(FieldConfig fieldConfig,
JiraContextNode jiraContextNode)
Returns all possible Options for this field.
|
static Collection<Long> |
CustomFieldUtils.getProjectIdsFromIssueOrFieldConfig(Issue issue,
FieldConfig config,
FieldConfigSchemeManager fieldConfigSchemeManager,
ProjectManager projectManager)
Retrieve the list of project id's from issue or field config, in the following order:
If
issue is not null and issue.getProjectId() is not null, return a single list with issue.getProjectId()
If config is not null, use it to retrieve the list of project id's associated with the current scheme
Otherwise, return null
|
static Collection<Long> |
CustomFieldUtils.getProjectIdsFromProjectOrFieldConfig(Long projectIdFromIssue,
FieldConfig config,
FieldConfigSchemeManager fieldConfigSchemeManager,
ProjectManager projectManager)
Retrieve the list of project id's from issue or field config, in the following order:
If
issue is not null and issue.getProjectId() is not null, return a single list with issue.getProjectId()
If config is not null, use it to retrieve the list of project id's associated with the current scheme
Otherwise, return null
|
default boolean |
CustomFieldType.isUserInputRequiredForMove(CustomFieldParams relevantParams,
FieldConfig config,
Long targetProjectId,
String targetIssueTypeId)
Allow Custom Field Type to determine whether it needs user input during a move operation.
|
void |
CustomFieldType.setDefaultValue(FieldConfig fieldConfig,
T value)
Sets the default value for a Custom Field
|
void |
CustomFieldType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config)
Ensures that the
CustomFieldParams of Strings is a valid representation of the Custom Field values. |
Modifier and Type | Method and Description |
---|---|
Object |
VersionOrderConfigItem.getConfigurationObject(Issue issue,
FieldConfig config) |
Object |
UserFilterConfigItem.getConfigurationObject(Issue issue,
FieldConfig config) |
Object |
ProjectOptionsConfigItem.getConfigurationObject(Issue issue,
FieldConfig config) |
Object |
SettableOptionsConfigItem.getConfigurationObject(Issue issue,
FieldConfig config) |
Object |
DefaultValueConfigItem.getConfigurationObject(Issue issue,
FieldConfig config) |
Object |
VersionOptionsConfigItem.getConfigurationObject(Issue issue,
FieldConfig config) |
String |
VersionOrderConfigItem.getViewHtml(FieldConfig fieldConfig,
FieldLayoutItem fieldLayoutItem) |
String |
UserFilterConfigItem.getViewHtml(FieldConfig fieldConfig,
FieldLayoutItem fieldLayoutItem) |
String |
ProjectOptionsConfigItem.getViewHtml(FieldConfig fieldConfig,
FieldLayoutItem fieldLayoutItem) |
String |
SettableOptionsConfigItem.getViewHtml(FieldConfig fieldConfig,
FieldLayoutItem fieldLayoutItem) |
String |
DefaultValueConfigItem.getViewHtml(FieldConfig config,
FieldLayoutItem fieldLayoutItem) |
String |
VersionOptionsConfigItem.getViewHtml(FieldConfig fieldConfig,
FieldLayoutItem fieldLayoutItem) |
Modifier and Type | Method and Description |
---|---|
int |
UserCFType.compare(ApplicationUser customFieldObjectValue1,
ApplicationUser customFieldObjectValue2,
FieldConfig fieldConfig) |
int |
DateCFType.compare(Date v1,
Date v2,
FieldConfig fieldConfig) |
int |
DateTimeCFType.compare(Date v1,
Date v2,
FieldConfig fieldConfig) |
int |
NumberCFType.compare(Double customFieldObjectValue1,
Double customFieldObjectValue2,
FieldConfig fieldConfig) |
int |
ProjectCFType.compare(org.ofbiz.core.entity.GenericValue customFieldObjectValue1,
org.ofbiz.core.entity.GenericValue customFieldObjectValue2,
FieldConfig fieldConfig) |
int |
MultiSelectCFType.compare(List<String> customFieldObjectValue1,
List<String> customFieldObjectValue2,
FieldConfig fieldConfig) |
int |
CascadingSelectCFType.compare(Map<String,Option> o1,
Map<String,Option> o2,
FieldConfig fieldConfig) |
int |
VersionCFType.compare(Object customFieldObjectValue1,
Object customFieldObjectValue2,
FieldConfig fieldConfig) |
int |
LabelsCFType.compare(Set<Label> customFieldObjectValue1,
Set<Label> customFieldObjectValue2,
FieldConfig fieldConfig) |
int |
SelectCFType.compare(String customFieldObjectValue1,
String customFieldObjectValue2,
FieldConfig fieldConfig) |
int |
MultiUserCFType.compare(String customFieldObjectValue1,
String customFieldObjectValue2,
FieldConfig fieldConfig) |
int |
MultiGroupCFType.compare(String customFieldObjectValue1,
String customFieldObjectValue2,
FieldConfig fieldConfig) |
int |
GenericTextCFType.compare(String customFieldObjectValue1,
String customFieldObjectValue2,
FieldConfig fieldConfig) |
int |
TextCFType.compare(String customFieldObjectValue1,
String customFieldObjectValue2,
FieldConfig fieldConfig)
Deprecated.
|
int |
CalculatedCFType.compare(T o1,
T o2,
FieldConfig fieldConfig) |
Collection<Option> |
MultiSelectCFType.getDefaultValue(FieldConfig fieldConfig) |
Option |
SelectCFType.getDefaultValue(FieldConfig fieldConfig) |
Date |
DateCFType.getDefaultValue(FieldConfig fieldConfig) |
Date |
DateTimeCFType.getDefaultValue(FieldConfig fieldConfig) |
Set<Label> |
LabelsCFType.getDefaultValue(FieldConfig fieldConfig) |
Map<String,Option> |
CascadingSelectCFType.getDefaultValue(FieldConfig fieldConfig) |
Collection<S> |
AbstractMultiCFType.getDefaultValue(FieldConfig fieldConfig) |
T |
AbstractSingleFieldType.getDefaultValue(FieldConfig fieldConfig) |
T |
CalculatedCFType.getDefaultValue(FieldConfig fieldConfig) |
Options |
MultiSelectCFType.getOptions(FieldConfig fieldConfig,
JiraContextNode jiraContextNode) |
Options |
SelectCFType.getOptions(FieldConfig config,
JiraContextNode jiraContextNode) |
Options |
CascadingSelectCFType.getOptions(FieldConfig fieldConfig,
JiraContextNode jiraContextNode) |
Options |
AbstractMultiSettableCFType.getOptions(FieldConfig fieldConfig,
JiraContextNode jiraContextNode)
Deprecated.
|
boolean |
DateCFType.isUseNow(FieldConfig fieldConfig) |
boolean |
DateTimeCFType.isUseNow(FieldConfig fieldConfig) |
void |
MultiSelectCFType.setDefaultValue(FieldConfig fieldConfig,
Collection<Option> value) |
void |
AbstractMultiCFType.setDefaultValue(FieldConfig fieldConfig,
Collection<S> value)
Sets the default value for a Custom Field.
|
void |
CascadingSelectCFType.setDefaultValue(FieldConfig fieldConfig,
Map<String,Option> cascadingOptions) |
void |
SelectCFType.setDefaultValue(FieldConfig fieldConfig,
Option option) |
void |
LabelsCFType.setDefaultValue(FieldConfig fieldConfig,
Set<Label> value) |
void |
AbstractSingleFieldType.setDefaultValue(FieldConfig fieldConfig,
T value) |
void |
CalculatedCFType.setDefaultValue(FieldConfig fieldConfig,
T value) |
void |
MultiSelectCFType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config) |
void |
SelectCFType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config) |
void |
VersionCFType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config) |
void |
MultiUserCFType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config) |
void |
MultiGroupCFType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config) |
void |
UserCFType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config)
This method validate the parameters based on the following criteria:
If the specified new value is NOT a valid user, it fails.
If the previous value is specified (obtained from the issue object in the "issue" key),
and the specified new value is the same as the previous value,
it succeeds and the rest of the validations are skipped.
|
void |
LabelsCFType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config) |
void |
CascadingSelectCFType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config) |
void |
AbstractSingleFieldType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config) |
void |
CalculatedCFType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config) |
Modifier and Type | Method and Description |
---|---|
FieldConfig |
OptionsService.SetOptionParams.fieldConfig() |
Modifier and Type | Method and Description |
---|---|
Option |
CachedOptionsManager.createOption(FieldConfig fieldConfig,
Long parentOptionId,
Long sequence,
String value) |
Option |
DefaultOptionsManager.createOption(FieldConfig fieldConfig,
Long parentOptionId,
Long sequence,
String value) |
Option |
OptionsManager.createOption(FieldConfig fieldConfig,
Long parentOptionId,
Long sequence,
String value) |
List<Option> |
CachedOptionsManager.createOptions(FieldConfig config,
Long parentOptionId,
Long sequence,
Iterable<String> options) |
List<Option> |
DefaultOptionsManager.createOptions(FieldConfig config,
Long parentOptionId,
Long sequence,
Iterable<String> options) |
List<Option> |
OptionsManager.createOptions(FieldConfig config,
Long parentOptionId,
Long sequence,
Iterable<String> options)
Bulk version of
OptionsManager.createOption(FieldConfig, Long, Long, String) method |
OptionsService.SetOptionParams |
OptionsService.SetOptionParams.fieldConfig(FieldConfig config)
The FieldConfig to change.
|
Options |
CachedOptionsManager.getOptions(FieldConfig fieldConfig) |
Options |
DefaultOptionsManager.getOptions(FieldConfig fieldConfig) |
Options |
OptionsManager.getOptions(FieldConfig fieldConfig)
Get options for this particular custom field type.
|
void |
CachedOptionsManager.removeCustomFieldConfigOptions(FieldConfig fieldConfig) |
void |
DefaultOptionsManager.removeCustomFieldConfigOptions(FieldConfig fieldConfig) |
void |
OptionsManager.removeCustomFieldConfigOptions(FieldConfig fieldConfig) |
void |
CachedOptionsManager.setRootOptions(FieldConfig fieldConfig,
Options options) |
void |
DefaultOptionsManager.setRootOptions(FieldConfig fieldConfig,
Options options) |
void |
OptionsManager.setRootOptions(FieldConfig fieldConfig,
Options options) |
Modifier and Type | Method and Description |
---|---|
FieldConfig |
LazyLoadedOption.getRelatedCustomField() |
FieldConfig |
Option.getRelatedCustomField() |
FieldConfig |
OptionsImpl.getRelatedFieldConfig() |
FieldConfig |
Options.getRelatedFieldConfig() |
FieldConfig |
GenericImmutableOptions.getRelatedFieldConfig() |
Modifier and Type | Method and Description |
---|---|
Option |
MockOptionsManager.createOption(FieldConfig fieldConfig,
Long parentOptionId,
Long sequence,
String value) |
List<Option> |
MockOptionsManager.createOptions(FieldConfig config,
Long parentOptionId,
Long sequence,
Iterable<String> options) |
Options |
MockOptionsManager.getOptions(FieldConfig fieldConfig) |
void |
MockOptionsManager.removeCustomFieldConfigOptions(FieldConfig fieldConfig) |
void |
MockOptionsManager.setRootOptions(FieldConfig fieldConfig,
Options options) |
Constructor and Description |
---|
GenericImmutableOptions(List<E> originalList,
FieldConfig fieldConfig) |
OptionsImpl(List<Option> options,
FieldConfig relatedField,
OptionsManager optionsManager) |
Modifier and Type | Method and Description |
---|---|
FieldConfig |
MockCustomField.getRelevantConfig(Issue issue) |
FieldConfig |
ImmutableCustomField.getRelevantConfig(Issue issue) |
FieldConfig |
CustomField.getRelevantConfig(Issue issue)
Returns a relevant
FieldConfig for the given issue. |
FieldConfig |
MockCustomField.getRelevantConfig(IssueContext issueContext) |
FieldConfig |
ImmutableCustomField.getRelevantConfig(IssueContext issueContext)
Returns the relevant field config of this custom field for the give issue context
|
FieldConfig |
PrioritySystemField.getRelevantConfig(IssueContext issueContext) |
FieldConfig |
IssueTypeSystemField.getRelevantConfig(IssueContext issueContext) |
FieldConfig |
CustomField.getRelevantConfig(IssueContext issueContext)
Returns the relevant field config of this custom field for the give issue context
|
FieldConfig |
ConfigurableField.getRelevantConfig(IssueContext issueContext) |
FieldConfig |
MockCustomField.getReleventConfig(SearchContext searchContext) |
FieldConfig |
ImmutableCustomField.getReleventConfig(SearchContext searchContext)
Return the relevant field config for the search context specified.
|
FieldConfig |
CustomField.getReleventConfig(SearchContext searchContext)
The
FieldConfig that is relevent to all issue contexts in the search context
Checks that all configs within search context are the same - i.e. |
Modifier and Type | Method and Description |
---|---|
Options |
MockCustomField.getOptions(String key,
FieldConfig config,
JiraContextNode contextNode) |
Options |
ImmutableCustomField.getOptions(String key,
FieldConfig config,
JiraContextNode contextNode)
Returns options for this custom field if it is of
MultipleCustomFieldType type. |
Options |
CustomField.getOptions(String key,
FieldConfig config,
JiraContextNode contextNode)
Returns options for this custom field if it is
of
MultipleCustomFieldType type. |
void |
MockCustomField.validateFromActionParams(Map actionParameters,
ErrorCollection errorCollection,
FieldConfig config) |
void |
ImmutableCustomField.validateFromActionParams(Map actionParameters,
ErrorCollection errorCollection,
FieldConfig config)
Validates relevant parameters on custom field type of this custom field.
|
void |
CustomField.validateFromActionParams(Map actionParameters,
ErrorCollection errorCollection,
FieldConfig config)
Validates relevant parameters on custom field type of this custom field.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldConfigImpl |
Modifier and Type | Method and Description |
---|---|
FieldConfig |
FieldConfigItemImpl.getFieldConfig() |
FieldConfig |
FieldConfigItem.getFieldConfig() |
FieldConfig |
MockFieldConfigScheme.getOneAndOnlyConfig() |
FieldConfig |
FieldConfigScheme.getOneAndOnlyConfig()
Returns the one and only config for this scheme if there's only one config associated.
|
FieldConfig |
FieldConfigSchemeImpl.getOneAndOnlyConfig() |
Modifier and Type | Method and Description |
---|---|
Map<String,FieldConfig> |
MockFieldConfigScheme.getConfigs() |
Map<String,FieldConfig> |
FieldConfigScheme.getConfigs()
Returns a Map whose key is a
String of issue types and the value is the FieldConfig
for that issue type |
Map<String,FieldConfig> |
FieldConfigSchemeImpl.getConfigs() |
Modifier and Type | Method and Description |
---|---|
Object |
FieldConfigItemType.getConfigurationObject(Issue issue,
FieldConfig config)
Returns an Object that holds the the configuration.
|
String |
FieldConfigItemType.getViewHtml(FieldConfig fieldConfig,
FieldLayoutItem fieldLayoutItem)
Renders a view of the current configuration as html.
|
Modifier and Type | Method and Description |
---|---|
FieldConfigScheme.Builder |
FieldConfigScheme.Builder.setConfigs(Map<String,FieldConfig> configs) |
Constructor and Description |
---|
FieldConfigItemImpl(FieldConfigItemType type,
FieldConfig config) |
Constructor and Description |
---|
FieldConfigSchemeImpl(Long id,
String fieldId,
String name,
String description,
Map<String,FieldConfig> configs,
FieldConfigContextPersister configContextPersister) |
Modifier and Type | Method and Description |
---|---|
FieldConfig |
FieldConfigManagerImpl.createFieldConfig(FieldConfig newConfig,
List<FieldConfigItemType> configurationItemTypes) |
FieldConfig |
FieldConfigManager.createFieldConfig(FieldConfig newConfig,
List<FieldConfigItemType> configurationItemTypes) |
FieldConfig |
FieldConfigManagerImpl.createWithDefaultValues(ConfigurableField field) |
FieldConfig |
FieldConfigManager.createWithDefaultValues(ConfigurableField field) |
FieldConfig |
FieldConfigManagerImpl.getFieldConfig(Long configId) |
FieldConfig |
FieldConfigManager.getFieldConfig(Long configId)
Retrieve field configuration by database ID.
|
FieldConfig |
PrioritySchemeManagerImpl.getFieldConfigForDefaultMapping(FieldConfigScheme fieldConfigScheme) |
FieldConfig |
PrioritySchemeManager.getFieldConfigForDefaultMapping(FieldConfigScheme fieldConfigScheme)
Retrieves
FieldConfig that is used for a default mapping for a passed fieldConfigScheme . |
FieldConfig |
FieldConfigSchemeManagerImpl.getRelevantConfig(IssueContext issueContext,
ConfigurableField field) |
FieldConfig |
FieldConfigSchemeManager.getRelevantConfig(IssueContext issueContext,
ConfigurableField field)
Returns the relevant field config of this custom field for the give issue context
|
FieldConfig |
FieldConfigManagerImpl.updateFieldConfig(FieldConfig newConfig) |
FieldConfig |
FieldConfigManager.updateFieldConfig(FieldConfig newConfig) |
Modifier and Type | Method and Description |
---|---|
FieldConfig |
FieldConfigManagerImpl.createFieldConfig(FieldConfig newConfig,
List<FieldConfigItemType> configurationItemTypes) |
FieldConfig |
FieldConfigManager.createFieldConfig(FieldConfig newConfig,
List<FieldConfigItemType> configurationItemTypes) |
FieldConfigScheme |
FieldConfigSchemeManagerImpl.getConfigSchemeForFieldConfig(FieldConfig fieldConfig) |
FieldConfigScheme |
FieldConfigSchemeManager.getConfigSchemeForFieldConfig(FieldConfig fieldConfig)
Retrieves the
FieldConfigScheme associated with the
FieldConfig |
String |
PrioritySchemeManagerImpl.getDefaultOption(FieldConfig fieldConfig) |
String |
PrioritySchemeManager.getDefaultOption(FieldConfig fieldConfig)
Returns the ID of the default
Priority for a given fieldConfig . |
IssueType |
IssueTypeSchemeManagerImpl.getDefaultValue(FieldConfig config) |
IssueType |
IssueTypeSchemeManager.getDefaultValue(FieldConfig config)
Returns the default
IssueType for the given field configuration. |
List<String> |
PrioritySchemeManagerImpl.getOptions(FieldConfig fieldConfig) |
List<String> |
PrioritySchemeManager.getOptions(FieldConfig fieldConfig)
Retrieves a list of priority IDs configured for a passed
fieldConfig . |
void |
FieldConfigCleanup.removeAdditionalData(FieldConfig fieldConfig) |
void |
FieldConfigCleanupImpl.removeAdditionalData(FieldConfig fieldConfig) |
void |
PrioritySchemeManagerImpl.setDefaultOption(FieldConfig fieldConfig,
String optionId) |
void |
PrioritySchemeManager.setDefaultOption(FieldConfig fieldConfig,
String optionId)
Sets default priority ID for given
FieldConfigScheme . |
void |
IssueTypeSchemeManagerImpl.setDefaultValue(FieldConfig config,
String optionId) |
void |
IssueTypeSchemeManager.setDefaultValue(FieldConfig config,
String optionId) |
void |
PrioritySchemeManagerImpl.setOptions(FieldConfig fieldConfig,
List<String> optionIds) |
void |
PrioritySchemeManager.setOptions(FieldConfig fieldConfig,
List<String> optionIds)
Sets priority IDs for
fieldConfig . |
FieldConfig |
FieldConfigManagerImpl.updateFieldConfig(FieldConfig newConfig) |
FieldConfig |
FieldConfigManager.updateFieldConfig(FieldConfig newConfig) |
Modifier and Type | Method and Description |
---|---|
FieldConfig |
FieldConfigPersisterImpl.create(FieldConfig config,
List<FieldConfigItemType> configurationItemTypes) |
FieldConfig |
FieldConfigPersister.create(FieldConfig config,
List<FieldConfigItemType> configurationItemTypes) |
FieldConfig |
FieldConfigPersisterImpl.createWithDefaultValues(ConfigurableField field) |
FieldConfig |
FieldConfigPersister.createWithDefaultValues(ConfigurableField field) |
FieldConfig |
FieldConfigPersisterImpl.getFieldConfig(Long configId) |
FieldConfig |
FieldConfigPersister.getFieldConfig(Long configId) |
FieldConfig |
FieldConfigPersisterImpl.getFieldConfig(Long configId,
ConfigurableField field) |
FieldConfig |
FieldConfigPersister.getFieldConfig(Long configId,
ConfigurableField field) |
FieldConfig |
FieldConfigPersisterImpl.update(FieldConfig config) |
FieldConfig |
FieldConfigPersister.update(FieldConfig config) |
Modifier and Type | Method and Description |
---|---|
Collection<FieldConfig> |
FieldConfigPersisterImpl.getConfigsExclusiveToConfigScheme(Long fieldConfigSchemeId) |
Collection<FieldConfig> |
FieldConfigPersister.getConfigsExclusiveToConfigScheme(Long fieldConfigSchemeId)
Gets the
FieldConfig objects that are only associated to the specified FieldConfigScheme . |
Modifier and Type | Method and Description |
---|---|
FieldConfig |
FieldConfigPersisterImpl.create(FieldConfig config,
List<FieldConfigItemType> configurationItemTypes) |
FieldConfig |
FieldConfigPersister.create(FieldConfig config,
List<FieldConfigItemType> configurationItemTypes) |
FieldConfigScheme |
CachedFieldConfigSchemePersister.getConfigSchemeForFieldConfig(FieldConfig fieldConfig) |
FieldConfigScheme |
FieldConfigSchemePersister.getConfigSchemeForFieldConfig(FieldConfig fieldConfig)
Finds the
FieldConfigScheme that contains
the FieldConfig |
FieldConfigScheme |
FieldConfigSchemePersisterImpl.getConfigSchemeForFieldConfig(FieldConfig fieldConfig) |
void |
FieldConfigPersisterImpl.remove(FieldConfig config) |
void |
FieldConfigPersister.remove(FieldConfig fieldConfig)
Remove a
FieldConfig and all associated additional data. |
FieldConfig |
FieldConfigPersisterImpl.update(FieldConfig config) |
FieldConfig |
FieldConfigPersister.update(FieldConfig config) |
Modifier and Type | Method and Description |
---|---|
FieldConfigScheme |
FieldConfigSchemePersister.createWithDefaultValues(ConfigurableField field,
Map<String,FieldConfig> configs) |
FieldConfigScheme |
FieldConfigSchemePersisterImpl.createWithDefaultValues(ConfigurableField field,
Map<String,FieldConfig> configs) |
Modifier and Type | Method and Description |
---|---|
OptionSet |
OptionSetManagerImpl.addOptionToOptionSet(FieldConfig config,
String optionId) |
OptionSet |
CachedOptionSetManager.addOptionToOptionSet(FieldConfig config,
String optionId) |
OptionSet |
OptionSetManager.addOptionToOptionSet(FieldConfig config,
String optionId)
Adds a new option to the option set.
|
OptionSet |
OptionSetManagerImpl.createOptionSet(FieldConfig config,
Collection<String> optionIds) |
OptionSet |
CachedOptionSetManager.createOptionSet(FieldConfig config,
Collection<String> optionIds) |
OptionSet |
OptionSetManager.createOptionSet(FieldConfig config,
Collection<String> optionIds)
Creates a new option set or replaces an existing one.
|
OptionSet |
OptionSetManagerImpl.getOptionsForConfig(FieldConfig config) |
OptionSet |
CachedOptionSetManager.getOptionsForConfig(FieldConfig config) |
OptionSet |
OptionSetManager.getOptionsForConfig(FieldConfig config)
Retrieves an option set that contains the options for the given field configuration.
|
OptionSet |
OptionSetManagerImpl.removeOptionFromOptionSet(FieldConfig config,
String optionId) |
OptionSet |
CachedOptionSetManager.removeOptionFromOptionSet(FieldConfig config,
String optionId) |
OptionSet |
OptionSetManager.removeOptionFromOptionSet(FieldConfig config,
String optionId)
Removes an option from the option set.
|
void |
OptionSetManagerImpl.removeOptionSet(FieldConfig config) |
void |
CachedOptionSetManager.removeOptionSet(FieldConfig config) |
void |
OptionSetManager.removeOptionSet(FieldConfig config)
Removes all options from this field configuration.
|
OptionSet |
OptionSetManagerImpl.updateOptionSet(FieldConfig config,
Collection<String> optionIds) |
OptionSet |
CachedOptionSetManager.updateOptionSet(FieldConfig config,
Collection<String> optionIds) |
OptionSet |
OptionSetManager.updateOptionSet(FieldConfig config,
Collection<String> optionIds)
Creates a new option set or replaces an existing one.
|
Modifier and Type | Method and Description |
---|---|
String |
CustomFieldTypeModuleDescriptorImpl.getBulkMoveHtml(FieldConfig config,
Map customFieldValuesHolder,
Issue issue,
webwork.action.Action action,
Map displayParameters,
FieldLayoutItem fieldLayoutItem,
Map<Long,BulkMoveHelper.DistinctValueResult> distinctValues,
BulkMoveHelper bulkMoveHelper) |
String |
CustomFieldTypeModuleDescriptor.getBulkMoveHtml(FieldConfig config,
Map customFieldValuesHolder,
Issue issue,
webwork.action.Action action,
Map displayParameters,
FieldLayoutItem fieldLayoutItem,
Map<Long,BulkMoveHelper.DistinctValueResult> distinctValues,
BulkMoveHelper bulkMoveHelper) |
String |
CustomFieldTypeModuleDescriptorImpl.getDefaultViewHtml(FieldConfig fieldConfig,
FieldLayoutItem fieldLayoutItem) |
String |
CustomFieldTypeModuleDescriptor.getDefaultViewHtml(FieldConfig fieldConfig,
FieldLayoutItem fieldLayoutItem) |
String |
CustomFieldTypeModuleDescriptorImpl.getEditDefaultHtml(FieldConfig config,
Map customFieldValuesHolder,
Issue issue,
webwork.action.Action action,
Map displayParameters,
FieldLayoutItem fieldLayoutItem) |
String |
CustomFieldTypeModuleDescriptor.getEditDefaultHtml(FieldConfig config,
Map customFieldValuesHolder,
Issue issue,
webwork.action.Action action,
Map displayParameters,
FieldLayoutItem fieldLayoutItem) |
String |
CustomFieldTypeModuleDescriptorImpl.getEditHtml(FieldConfig config,
Map customFieldValuesHolder,
Issue issue,
webwork.action.Action action,
Map displayParameters,
FieldLayoutItem fieldLayoutItem) |
String |
CustomFieldTypeModuleDescriptor.getEditHtml(FieldConfig config,
Map customFieldValuesHolder,
Issue issue,
webwork.action.Action action,
Map displayParameters,
FieldLayoutItem fieldLayoutItem) |
Modifier and Type | Method and Description |
---|---|
UserFilter |
DefaultUserFilterManager.getFilter(FieldConfig fieldConfig) |
UserFilter |
UserFilterManager.getFilter(FieldConfig fieldConfig)
Retrieve the user filter options of a custom field configuration.
|
void |
DefaultUserFilterManager.updateFilter(FieldConfig fieldConfig,
UserFilter filter) |
void |
UserFilterManager.updateFilter(FieldConfig fieldConfig,
UserFilter filter)
Update the user filter options of a custom field configuration.
|
Modifier and Type | Method and Description |
---|---|
FieldConfig |
AbstractEditConfigurationItemAction.getFieldConfig() |
Modifier and Type | Method and Description |
---|---|
static void |
EditCustomFieldDefaults.populateDefaults(FieldConfig config,
Map<String,Object> customFieldValuesHolder) |
Modifier and Type | Method and Description |
---|---|
protected FieldConfig |
ConfigurePriorityScheme.getConfig() |
Copyright © 2002-2021 Atlassian. All Rights Reserved.