Uses of Interface
com.atlassian.jira.imports.project.customfield.ExternalCustomFieldValue

Packages that use ExternalCustomFieldValue
com.atlassian.jira.imports.project.customfield   
com.atlassian.jira.imports.project.parser   
com.atlassian.jira.imports.project.transformer   
com.atlassian.jira.issue.customfields.impl   
 

Uses of ExternalCustomFieldValue in com.atlassian.jira.imports.project.customfield
 

Classes in com.atlassian.jira.imports.project.customfield that implement ExternalCustomFieldValue
 class ExternalCustomFieldValueImpl
          Used to store a custom field value for use of importing a backup JIRA project into an existing JIRA instance.
 

Methods in com.atlassian.jira.imports.project.customfield with parameters of type ExternalCustomFieldValue
 MessageSet CascadingSelectCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n)
           
 MessageSet VersionCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n)
           
 MessageSet UserCustomFieldImporter.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 ProjectPickerCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n)
           
 MessageSet NoTransformationCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n)
           
 MessageSet GroupCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n)
           
 MessageSet SelectCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n)
           
 ProjectCustomFieldImporter.MappedCustomFieldValue CascadingSelectCustomFieldImporter.getMappedImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig)
           
 ProjectCustomFieldImporter.MappedCustomFieldValue VersionCustomFieldImporter.getMappedImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig)
           
 ProjectCustomFieldImporter.MappedCustomFieldValue UserCustomFieldImporter.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 ProjectPickerCustomFieldImporter.getMappedImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig)
           
 ProjectCustomFieldImporter.MappedCustomFieldValue NoTransformationCustomFieldImporter.getMappedImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig)
           
 ProjectCustomFieldImporter.MappedCustomFieldValue GroupCustomFieldImporter.getMappedImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig)
           
 ProjectCustomFieldImporter.MappedCustomFieldValue SelectCustomFieldImporter.getMappedImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig)
           
 

Uses of ExternalCustomFieldValue in com.atlassian.jira.imports.project.parser
 

Methods in com.atlassian.jira.imports.project.parser that return ExternalCustomFieldValue
 ExternalCustomFieldValue CustomFieldValueParserImpl.parse(Map attributes)
           
 ExternalCustomFieldValue CustomFieldValueParser.parse(Map attributes)
          Parses the custom field value data from the backup XML.
 

Methods in com.atlassian.jira.imports.project.parser with parameters of type ExternalCustomFieldValue
 EntityRepresentation CustomFieldValueParserImpl.getEntityRepresentation(ExternalCustomFieldValue customFieldValue)
           
 EntityRepresentation CustomFieldValueParser.getEntityRepresentation(ExternalCustomFieldValue customFieldValue)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided custom field value.
 

Uses of ExternalCustomFieldValue in com.atlassian.jira.imports.project.transformer
 

Methods in com.atlassian.jira.imports.project.transformer that return ExternalCustomFieldValue
 ExternalCustomFieldValue CustomFieldValueTransformerImpl.transform(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue externalCustomFieldValue, Long newProjectId)
           
 ExternalCustomFieldValue CustomFieldValueTransformer.transform(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue externalCustomFieldValue, Long newProjectId)
          Transforms a custom field value by letting the custom field tell us what the value (and optionally parent value) should be transformed into.
 

Methods in com.atlassian.jira.imports.project.transformer with parameters of type ExternalCustomFieldValue
 ExternalCustomFieldValue CustomFieldValueTransformerImpl.transform(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue externalCustomFieldValue, Long newProjectId)
           
 ExternalCustomFieldValue CustomFieldValueTransformer.transform(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue externalCustomFieldValue, Long newProjectId)
          Transforms a custom field value by letting the custom field tell us what the value (and optionally parent value) should be transformed into.
 

Uses of ExternalCustomFieldValue in com.atlassian.jira.issue.customfields.impl
 

Methods in com.atlassian.jira.issue.customfields.impl that return ExternalCustomFieldValue
 ExternalCustomFieldValue ProjectImportLabelFieldParserImpl.parse(Map attributes)
           
 ExternalCustomFieldValue LabelsCFType.parse(Map attributes)
           
 

Methods in com.atlassian.jira.issue.customfields.impl with parameters of type ExternalCustomFieldValue
 EntityRepresentation ProjectImportLabelFieldParserImpl.getEntityRepresentation(ExternalCustomFieldValue customFieldValue)
           
 EntityRepresentation LabelsCFType.getEntityRepresentation(ExternalCustomFieldValue customFieldValue)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.