Class CustomFieldValueParserImpl
java.lang.Object
com.atlassian.jira.imports.project.parser.CustomFieldValueParserImpl
- All Implemented Interfaces:
CustomFieldValueParser
- Since:
- v3.13
-
Field Summary
Fields inherited from interface com.atlassian.jira.imports.project.parser.CustomFieldValueParser
CUSTOM_FIELD_VALUE_ENTITY_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEntityRepresentation(ExternalCustomFieldValue customFieldValue) Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided custom field value.Parses the custom field value data from the backup XML.
-
Constructor Details
-
CustomFieldValueParserImpl
public CustomFieldValueParserImpl()
-
-
Method Details
-
parse
Description copied from interface:CustomFieldValueParserParses the custom field value data from the backup XML.- Specified by:
parsein interfaceCustomFieldValueParser- Parameters:
attributes- is a map of key value pairs that represent the attributes of an ExternalCustomFieldValue. The following attributes are required, otherwise a ParseException will be thrown:
- id (required)
- customfield (required)
- issue (required)
- Returns:
- an ExternalCustomFieldValue if the attributes contain the required fields
- Throws:
ParseException- if the required fields are not found in the attributes map
-
getEntityRepresentation
Description copied from interface:CustomFieldValueParserGets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided custom field value.- Specified by:
getEntityRepresentationin interfaceCustomFieldValueParser- Parameters:
customFieldValue- contains the populated fields that will end up in the EntityRepresentations map- Returns:
- an EntityRepresentation that can be persisted using OfBiz
-