Class VuFindFieldMapping
- java.lang.Object
-
- org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
-
- org.dspace.importer.external.vufind.metadatamapping.VuFindFieldMapping
-
- All Implemented Interfaces:
MetadataFieldMapping
public class VuFindFieldMapping extends AbstractMetadataFieldMapping
An implementation ofAbstractMetadataFieldMappingResponsible for defining the mapping of the VuFind metadatum fields on the DSpace metadatum fields- Author:
- Mykhaylo Boychuk (mykhaylo.boychuk@4science.com)
-
-
Constructor Summary
Constructors Constructor Description VuFindFieldMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetMetadataFieldMap(Map metadataFieldMap)Defines which metadatum is mapped on which metadatum.-
Methods inherited from class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
getMetadataFieldMap, getMetadataProcessor, resultToDCValueMapping, setMetadataProcessorMap, toDCValue
-
-
-
-
Method Detail
-
setMetadataFieldMap
public void setMetadataFieldMap(Map metadataFieldMap)
Defines which metadatum is mapped on which metadatum. Note that while the key must be unique it only matters here for postprocessing of the value. The mapped MetadatumContributor has full control over what metadatafield is generated.- Overrides:
setMetadataFieldMapin classAbstractMetadataFieldMapping- Parameters:
metadataFieldMap- The map containing the link between retrieve metadata and metadata that will be set to the item.
-
-