|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of FieldConfig in com.atlassian.jira.imports.project.customfield |
|---|
| Methods in com.atlassian.jira.imports.project.customfield with parameters of type FieldConfig | |
|---|---|
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 |
NoTransformationCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig,
I18nHelper i18n)
|
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 |
NoTransformationCustomFieldImporter.getMappedImportValue(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue customFieldValue,
FieldConfig fieldConfig)
|
| Uses of FieldConfig in com.atlassian.jira.issue.customfields |
|---|
| Methods in com.atlassian.jira.issue.customfields with parameters of type FieldConfig | |
|---|---|
int |
SortableCustomField.compare(T customFieldObjectValue1,
T customFieldObjectValue2,
FieldConfig fieldConfig)
Compares the two custom field objects. |
Object |
CustomFieldType.getDefaultValue(FieldConfig fieldConfig)
Retrieves the Object representing the default CustomField value for the Custom Field. |
void |
CustomFieldType.setDefaultValue(FieldConfig fieldConfig,
Object 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. |
| Uses of FieldConfig in com.atlassian.jira.issue.customfields.config.item |
|---|
| Methods in com.atlassian.jira.issue.customfields.config.item with parameters of type FieldConfig | |
|---|---|
Object |
DefaultValueConfigItem.getConfigurationObject(Issue issue,
FieldConfig config)
|
String |
DefaultValueConfigItem.getViewHtml(FieldConfig config,
FieldLayoutItem fieldLayoutItem)
|
| Uses of FieldConfig in com.atlassian.jira.issue.customfields.impl |
|---|
| Methods in com.atlassian.jira.issue.customfields.impl with parameters of type FieldConfig | |
|---|---|
int |
NumberCFType.compare(Double customFieldObjectValue1,
Double customFieldObjectValue2,
FieldConfig fieldConfig)
|
int |
CalculatedCFType.compare(Object o1,
Object o2,
FieldConfig fieldConfig)
|
int |
TextCFType.compare(String customFieldObjectValue1,
String customFieldObjectValue2,
FieldConfig fieldConfig)
|
Object |
CalculatedCFType.getDefaultValue(FieldConfig fieldConfig)
|
Object |
AbstractSingleFieldType.getDefaultValue(FieldConfig fieldConfig)
|
void |
CalculatedCFType.setDefaultValue(FieldConfig fieldConfig,
Object value)
|
void |
AbstractSingleFieldType.setDefaultValue(FieldConfig fieldConfig,
Object value)
|
void |
CalculatedCFType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config)
|
void |
AbstractSingleFieldType.validateFromParams(CustomFieldParams relevantParams,
ErrorCollection errorCollectionToAddTo,
FieldConfig config)
|
| Uses of FieldConfig in com.atlassian.jira.issue.customfields.manager |
|---|
| Methods in com.atlassian.jira.issue.customfields.manager with parameters of type FieldConfig | |
|---|---|
Option |
OptionsManager.createOption(FieldConfig fieldConfig,
Long parentOptionId,
Long sequence,
String value)
|
Options |
OptionsManager.getOptions(FieldConfig fieldConfig)
Get options for this particular custom field type. |
void |
OptionsManager.removeCustomFieldConfigOptions(FieldConfig fieldConfig)
|
void |
OptionsManager.setRootOptions(FieldConfig fieldConfig,
Options options)
|
| Uses of FieldConfig in com.atlassian.jira.issue.customfields.option |
|---|
| Methods in com.atlassian.jira.issue.customfields.option that return FieldConfig | |
|---|---|
FieldConfig |
Option.getRelatedCustomField()
|
FieldConfig |
Options.getRelatedFieldConfig()
|
| Uses of FieldConfig in com.atlassian.jira.issue.fields |
|---|
| Methods in com.atlassian.jira.issue.fields that return FieldConfig | |
|---|---|
FieldConfig |
CustomField.getRelevantConfig(Issue issue)
Returns a relevant FieldConfig for the given issue. |
FieldConfig |
ConfigurableField.getRelevantConfig(IssueContext issueContext)
|
FieldConfig |
CustomField.getRelevantConfig(IssueContext issueContext)
Returns the relevant field config of this custom field for the give issue context |
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. |
| Methods in com.atlassian.jira.issue.fields with parameters of type FieldConfig | |
|---|---|
Options |
CustomField.getOptions(String key,
FieldConfig config,
JiraContextNode contextNode)
Returns options for this custom field if it is of MultipleCustomFieldType type. |
void |
CustomField.validateFromActionParams(Map actionParameters,
ErrorCollection errorCollection,
FieldConfig config)
Validates relevant parameters on custom field type of this custom field. |
| Uses of FieldConfig in com.atlassian.jira.issue.fields.config |
|---|
| Methods in com.atlassian.jira.issue.fields.config that return FieldConfig | |
|---|---|
FieldConfig |
FieldConfigItem.getFieldConfig()
|
FieldConfig |
FieldConfigSchemeImpl.getOneAndOnlyConfig()
|
FieldConfig |
FieldConfigScheme.getOneAndOnlyConfig()
Returns the one and only config for this scheme iff there's only one config associated |
| Methods in com.atlassian.jira.issue.fields.config that return types with arguments of type FieldConfig | |
|---|---|
Map<String,FieldConfig> |
FieldConfigSchemeImpl.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 |
| Methods in com.atlassian.jira.issue.fields.config with parameters of type FieldConfig | |
|---|---|
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. |
| Method parameters in com.atlassian.jira.issue.fields.config with type arguments of type FieldConfig | |
|---|---|
FieldConfigScheme.Builder |
FieldConfigScheme.Builder.setConfigs(Map<String,FieldConfig> configs)
|
| Constructor parameters in com.atlassian.jira.issue.fields.config with type arguments of type FieldConfig | |
|---|---|
FieldConfigSchemeImpl(Long id,
String fieldId,
String name,
String description,
Map<String,FieldConfig> configs,
FieldConfigContextPersister configContextPersister)
|
|
| Uses of FieldConfig in com.atlassian.jira.issue.fields.config.manager |
|---|
| Methods in com.atlassian.jira.issue.fields.config.manager with parameters of type FieldConfig | |
|---|---|
IssueType |
IssueTypeSchemeManager.getDefaultValue(FieldConfig config)
Returns the IssueType object that is the default for thie configuration |
void |
IssueTypeSchemeManager.setDefaultValue(FieldConfig config,
String optionId)
|
| Uses of FieldConfig in com.atlassian.jira.issue.fields.config.persistence |
|---|
| Methods in com.atlassian.jira.issue.fields.config.persistence that return FieldConfig | |
|---|---|
FieldConfig |
FieldConfigPersister.create(FieldConfig config,
List configurationItemTypes)
|
FieldConfig |
FieldConfigPersister.createWithDefaultValues(ConfigurableField field)
|
FieldConfig |
FieldConfigPersister.getFieldConfig(Long configId)
|
FieldConfig |
FieldConfigPersister.getFieldConfig(Long configId,
ConfigurableField field)
|
FieldConfig |
FieldConfigPersister.update(FieldConfig config)
|
| Methods in com.atlassian.jira.issue.fields.config.persistence with parameters of type FieldConfig | |
|---|---|
FieldConfig |
FieldConfigPersister.create(FieldConfig config,
List configurationItemTypes)
|
void |
FieldConfigPersister.remove(FieldConfig fieldConfig)
Remove a FieldConfig and all associated additional data. |
FieldConfig |
FieldConfigPersister.update(FieldConfig config)
|
| Uses of FieldConfig in com.atlassian.jira.plugin.customfield |
|---|
| Methods in com.atlassian.jira.plugin.customfield with parameters of type FieldConfig | |
|---|---|
abstract String |
CustomFieldTypeModuleDescriptor.getBulkMoveHtml(FieldConfig config,
Map customFieldValuesHolder,
Issue issue,
webwork.action.Action action,
Map displayParameters,
FieldLayoutItem fieldLayoutItem,
Map<Long,BulkMoveHelper.DistinctValueResult> distinctValues,
BulkMoveHelper bulkMoveHelper)
|
abstract String |
CustomFieldTypeModuleDescriptor.getDefaultViewHtml(FieldConfig fieldConfig,
FieldLayoutItem fieldLayoutItem)
|
abstract String |
CustomFieldTypeModuleDescriptor.getEditDefaultHtml(FieldConfig config,
Map customFieldValuesHolder,
Issue issue,
webwork.action.Action action,
Map displayParameters,
FieldLayoutItem fieldLayoutItem)
|
abstract String |
CustomFieldTypeModuleDescriptor.getEditHtml(FieldConfig config,
Map customFieldValuesHolder,
Issue issue,
webwork.action.Action action,
Map displayParameters,
FieldLayoutItem fieldLayoutItem)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||