Uses of Class
org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
-
Packages that use SimpleXpathMetadatumContributor Package Description org.dspace.importer.external.arxiv.metadatamapping.contributor org.dspace.importer.external.metadatamapping.contributor Contains the classes used to map between retrieved records and actual usableMetadatumDTOClasses are used in the spring config of implementations ofAbstractMetadataFieldMappingwhich query to an element in the retrieved record and map it to a metadatafield. -
-
Uses of SimpleXpathMetadatumContributor in org.dspace.importer.external.arxiv.metadatamapping.contributor
Subclasses of SimpleXpathMetadatumContributor in org.dspace.importer.external.arxiv.metadatamapping.contributor Modifier and Type Class Description classArXivIdMetadataContributorArxiv 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.contributor Modifier and Type Class Description classAuthorMetadataContributorScopus specific implementation ofMetadataContributorResponsible for generating the ScopusID, orcid, author name and affiliationID from the retrieved item.classPageRangeXPathMetadataContributorScopus specific implementation ofMetadataContributorResponsible for generating the Scopus startPage and endPage from the retrieved item.classReplaceCharacterXPathMetadataContributorThis contributor replace specific character in the metadata value.classSimpleConcatContributorThis contributor is able to concat multi value.classSimpleMultiplePathContributorWeb of Science specific implementation ofMetadataContributor.classSimpleXpathDateFormatMetadataContributorThis contributor can be used when parsing an XML file, particularly to extract a date and convert it to a specific format.classSimpleXpathMetadatumAndAttributeContributorThis 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.classWosIdentifierContributorThis contributor can retrieve the identifiers configured in "this.identifire2field" from the Web of Science response.classWosIdentifierRidContributorWeb Of Science specific implementation ofMetadataContributor
-