Uses of Class
com.atlassian.jira.imports.project.customfield.ExternalCustomFieldValueImpl

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

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

Methods in com.atlassian.jira.imports.project.parser that return ExternalCustomFieldValueImpl
 ExternalCustomFieldValueImpl CustomFieldValueParserImpl.parse(Map attributes)
           
 ExternalCustomFieldValueImpl 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 ExternalCustomFieldValueImpl
 EntityRepresentation CustomFieldValueParserImpl.getEntityRepresentation(ExternalCustomFieldValueImpl customFieldValue)
           
 EntityRepresentation CustomFieldValueParser.getEntityRepresentation(ExternalCustomFieldValueImpl customFieldValue)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided custom field value.
 

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

Methods in com.atlassian.jira.imports.project.transformer that return ExternalCustomFieldValueImpl
 ExternalCustomFieldValueImpl CustomFieldValueTransformerImpl.transform(ProjectImportMapper projectImportMapper, ExternalCustomFieldValueImpl externalCustomFieldValue, Long newProjectId)
           
 ExternalCustomFieldValueImpl CustomFieldValueTransformer.transform(ProjectImportMapper projectImportMapper, ExternalCustomFieldValueImpl 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 ExternalCustomFieldValueImpl
 ExternalCustomFieldValueImpl CustomFieldValueTransformerImpl.transform(ProjectImportMapper projectImportMapper, ExternalCustomFieldValueImpl externalCustomFieldValue, Long newProjectId)
           
 ExternalCustomFieldValueImpl CustomFieldValueTransformer.transform(ProjectImportMapper projectImportMapper, ExternalCustomFieldValueImpl 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 ExternalCustomFieldValueImpl in com.atlassian.jira.issue.customfields.impl
 

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

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



Copyright © 2002-2011 Atlassian. All Rights Reserved.