Uses of Interface
org.dspace.importer.external.metadatamapping.contributor.MetadataContributor
-
Packages that use MetadataContributor Package Description org.dspace.importer.external.metadatamapping Main package used for any mapping/processing of retrieved metadataorg.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.org.dspace.importer.external.pubmed.metadatamapping.contributor Pubmed implementation of specificorg.dspace.importer.external.metadatamapping.contributorclasses, defining the mapping between the retrieved record and dspace metadataorg.dspace.importer.external.service Main import framework services. -
-
Uses of MetadataContributor in org.dspace.importer.external.metadatamapping
Methods in org.dspace.importer.external.metadatamapping that return types with arguments of type MetadataContributor Modifier and Type Method Description Map<MetadataFieldConfig,MetadataContributor<RecordType>>AbstractMetadataFieldMapping. getMetadataFieldMap()Retrieve the metadataFieldMap set to this classMethod parameters in org.dspace.importer.external.metadatamapping with type arguments of type MetadataContributor Modifier and Type Method Description voidAbstractMetadataFieldMapping. setMetadataFieldMap(Map<MetadataFieldConfig,MetadataContributor<RecordType>> metadataFieldMap)Defines which metadatum is mapped on which metadatum. -
Uses of MetadataContributor in org.dspace.importer.external.metadatamapping.contributor
Classes in org.dspace.importer.external.metadatamapping.contributor that implement MetadataContributor Modifier and Type Class Description classCombinedMetadatumContributor<T>Wrapper class used to accommodate for the possibility of correlations between multiple MetadatumContributor objectsclassSimpleXpathMetadatumContributorMetadata contributor that takes an axiom OMElement and turns it into a metadatumMethods in org.dspace.importer.external.metadatamapping.contributor that return types with arguments of type MetadataContributor Modifier and Type Method Description MetadataFieldMapping<org.apache.axiom.om.OMElement,MetadataContributor<org.apache.axiom.om.OMElement>>SimpleXpathMetadatumContributor. getMetadataFieldMapping()Return metadataFieldMappingLinkedList<MetadataContributor>CombinedMetadatumContributor. getMetadatumContributors()Return the List of MetadataContributor objects set to this classMethod parameters in org.dspace.importer.external.metadatamapping.contributor with type arguments of type MetadataContributor Modifier and Type Method Description voidCombinedMetadatumContributor. setMetadataFieldMapping(MetadataFieldMapping<T,MetadataContributor<T>> metadataFieldMapping)Set the metadatafieldMapping used in the transforming of a record to actual metadatavoidMetadataContributor. setMetadataFieldMapping(MetadataFieldMapping<RecordType,MetadataContributor<RecordType>> rt)Set the metadataFieldMappingvoidSimpleXpathMetadatumContributor. setMetadataFieldMapping(MetadataFieldMapping<org.apache.axiom.om.OMElement,MetadataContributor<org.apache.axiom.om.OMElement>> metadataFieldMapping)Set the metadataFieldMapping of this SimpleXpathMetadatumContributorvoidCombinedMetadatumContributor. setMetadatumContributors(LinkedList<MetadataContributor> metadatumContributors)Set the List of MetadataContributor objects set to this classConstructor parameters in org.dspace.importer.external.metadatamapping.contributor with type arguments of type MetadataContributor Constructor Description CombinedMetadatumContributor(MetadataFieldConfig field, List<MetadataContributor> metadatumContributors, String separator) -
Uses of MetadataContributor in org.dspace.importer.external.pubmed.metadatamapping.contributor
Classes in org.dspace.importer.external.pubmed.metadatamapping.contributor that implement MetadataContributor Modifier and Type Class Description classPubmedDateMetadatumContributor<T>Pubmed specific implementation ofMetadataContributorResponsible for generating a set of Date metadata from the retrieved document.classPubmedLanguageMetadatumContributor<T>Pubmed specific implementation ofMetadataContributorResponsible for generating a set of Language metadata from the retrieved document.Methods in org.dspace.importer.external.pubmed.metadatamapping.contributor that return MetadataContributor Modifier and Type Method Description MetadataContributorPubmedDateMetadatumContributor. getDay()Retrieve the day from the objectMetadataContributorPubmedLanguageMetadatumContributor. getLanguage()Return the MetadataContributor used while retrieving MetadatumDTOMetadataContributorPubmedDateMetadatumContributor. getMonth()Retrieve the month from the objectMetadataContributorPubmedDateMetadatumContributor. getYear()Retrieve the year from the objectMethods in org.dspace.importer.external.pubmed.metadatamapping.contributor with parameters of type MetadataContributor Modifier and Type Method Description voidPubmedDateMetadatumContributor. setDay(MetadataContributor day)Set a day (MetadataContributor) to this objectvoidPubmedLanguageMetadatumContributor. setLanguage(MetadataContributor language)Setting the MetadataContributorvoidPubmedDateMetadatumContributor. setMonth(MetadataContributor month)Set a month (MetadataContributor) to this objectvoidPubmedDateMetadatumContributor. setYear(MetadataContributor year)Set a year (MetadataContributor) to this objectMethod parameters in org.dspace.importer.external.pubmed.metadatamapping.contributor with type arguments of type MetadataContributor Modifier and Type Method Description voidPubmedDateMetadatumContributor. setMetadataFieldMapping(MetadataFieldMapping<T,MetadataContributor<T>> metadataFieldMapping)Set the metadatafieldMapping used in the transforming of a record to actual metadata.voidPubmedLanguageMetadatumContributor. setMetadataFieldMapping(MetadataFieldMapping<T,MetadataContributor<T>> metadataFieldMapping)Set the metadatafieldMapping used in the transforming of a record to actual metadataConstructors in org.dspace.importer.external.pubmed.metadatamapping.contributor with parameters of type MetadataContributor Constructor Description PubmedDateMetadatumContributor(MetadataFieldConfig field, MetadataContributor day, MetadataContributor month, MetadataContributor year)PubmedLanguageMetadatumContributor(MetadataFieldConfig field, MetadataContributor language)Initialize the PubmedLanguageMetadatumContributor class using aMetadataFieldConfigand a language -MetadataContributor -
Uses of MetadataContributor in org.dspace.importer.external.service
Methods in org.dspace.importer.external.service that return types with arguments of type MetadataContributor Modifier and Type Method Description MetadataFieldMapping<RecordType,MetadataContributor<RecordType>>AbstractImportMetadataSourceService. getMetadataFieldMapping()Retrieve the MetadataFieldMapping containing the mapping between RecordType and MetadataMethod parameters in org.dspace.importer.external.service with type arguments of type MetadataContributor Modifier and Type Method Description voidAbstractImportMetadataSourceService. setMetadataFieldMapping(MetadataFieldMapping<RecordType,MetadataContributor<RecordType>> metadataFieldMapping)Sets the MetadataFieldMapping to base the mapping of RecordType and
-