Uses of Class
org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
Packages that use SimpleXpathMetadatumContributor
Package
Description
Contains the classes used to map between retrieved records and actual usable
MetadatumDTO
Classes are used in the spring config of implementations of
AbstractMetadataFieldMapping
which query to an element in the retrieved record and map it to a metadatafield.Pubmed implementation of specific
org.dspace.importer.external.metadatamapping.contributor classes,
defining the mapping between the retrieved record and dspace metadata-
Uses of SimpleXpathMetadatumContributor in org.dspace.importer.external.arxiv.metadatamapping.contributor
Subclasses of SimpleXpathMetadatumContributor in org.dspace.importer.external.arxiv.metadatamapping.contributorModifier and TypeClassDescriptionclassArxiv specific implementation ofMetadataContributorResponsible for generating the ArXiv Id from the retrieved item. -
Uses of SimpleXpathMetadatumContributor in org.dspace.importer.external.metadatamapping.contributor
Subclasses of SimpleXpathMetadatumContributor in org.dspace.importer.external.metadatamapping.contributorModifier and TypeClassDescriptionclassScopus specific implementation ofMetadataContributorResponsible for generating the ScopusID, orcid, author name and affiliationID from the retrieved item.classScopus specific implementation ofMetadataContributorResponsible for generating the Scopus startPage and endPage from the retrieved item.classThis contributor replace specific character in the metadata value.classThis contributor is able to concat multi value.classWeb of Science specific implementation ofMetadataContributor.classThis contributor can be used when parsing an XML file, particularly to extract a date and convert it to a specific format.classThis contributor checks for each node returned for the supplied path if node contains supplied attribute - the value of the current node is taken if exist.classThis contributor can retrieve the identifiers configured in "this.identifire2field" from the Web of Science response.classWeb Of Science specific implementation ofMetadataContributor -
Uses of SimpleXpathMetadatumContributor in org.dspace.importer.external.pubmed.metadatamapping.contributor
Subclasses of SimpleXpathMetadatumContributor in org.dspace.importer.external.pubmed.metadatamapping.contributorModifier and TypeClassDescriptionclassThis class is responsible for extracting the abstract from a PubMed XML document.