Class SimpleMultiplePathContributor

java.lang.Object
org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
org.dspace.importer.external.metadatamapping.contributor.SimpleMultiplePathContributor
All Implemented Interfaces:
MetadataContributor<org.jdom2.Element>

public class SimpleMultiplePathContributor extends SimpleXpathMetadatumContributor
Web of Science specific implementation of MetadataContributor. This contributor can perform research on multi-paths. For example, to populate the subject metadata, in the Web of Science response the values are contained in different paths, so this Contributor allows you to collect the values by configuring the paths in the paths list.
Author:
Boychuk Mykhaylo (boychuk.mykhaylo at 4Science dot it)
  • Constructor Details

    • SimpleMultiplePathContributor

      public SimpleMultiplePathContributor()
    • SimpleMultiplePathContributor

      public SimpleMultiplePathContributor(List<String> paths)
  • Method Details