Class SimpleRisToMetadataConcatContributor
java.lang.Object
org.dspace.importer.external.metadatamapping.contributor.SimpleRisToMetadataContributor
org.dspace.importer.external.metadatamapping.contributor.SimpleRisToMetadataConcatContributor
- All Implemented Interfaces:
MetadataContributor<Map<String,List<String>>>
This contributor extends SimpleRisToMetadataContributor,
in particular, this one is able to chain multi values into a single one
- Author:
- Mykhaylo Boychuk (mykhaylo.boychuk at 4science.it)
-
Field Summary
Fields inherited from class org.dspace.importer.external.metadatamapping.contributor.SimpleRisToMetadataContributor
fieldToMetadata, metadataFieldMapping -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontributeMetadata(Map<String, List<String>> record) Implementations have the responsibility to process/map their own type of metadata based on a given record and return a collection of the generalised MetadatumDTO objectsgetTag()voidsetMetadata(MetadataFieldConfig metadata) voidMethods inherited from class org.dspace.importer.external.metadatamapping.contributor.SimpleRisToMetadataContributor
getFieldToMetadata, getMetadataFieldMapping, setFieldToMetadata, setMetadataFieldMapping
-
Constructor Details
-
SimpleRisToMetadataConcatContributor
public SimpleRisToMetadataConcatContributor()
-
-
Method Details
-
contributeMetadata
Description copied from interface:MetadataContributorImplementations have the responsibility to process/map their own type of metadata based on a given record and return a collection of the generalised MetadatumDTO objects- Specified by:
contributeMetadatain interfaceMetadataContributor<Map<String,List<String>>> - Overrides:
contributeMetadatain classSimpleRisToMetadataContributor- Parameters:
record- The recordType object to retrieve metadata from- Returns:
- A collection of MetadatumDTO objects, retrieve from the recordtype
-
getTag
-
setTag
-
getMetadata
-
setMetadata
-