Uses of Class
org.dspace.importer.external.metadatamapping.MetadatumDTO
-
Packages that use MetadatumDTO Package Description org.dspace.importer.external.arxiv.metadatamapping.contributor org.dspace.importer.external.datamodel Package containing datamodel classes which are constructed/used during the retrieval of Records Strictly data-centric classesorg.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 metadata -
-
Uses of MetadatumDTO in org.dspace.importer.external.arxiv.metadatamapping.contributor
Methods in org.dspace.importer.external.arxiv.metadatamapping.contributor that return types with arguments of type MetadatumDTO Modifier and Type Method Description Collection<MetadatumDTO>ArXivIdMetadataContributor. contributeMetadata(org.apache.axiom.om.OMElement t)Retrieve the metadata associated with the given object. -
Uses of MetadatumDTO in org.dspace.importer.external.datamodel
Methods in org.dspace.importer.external.datamodel that return types with arguments of type MetadatumDTO Modifier and Type Method Description Collection<MetadatumDTO>ImportRecord. getValue(String schema, String element, String qualifier)Return the MetadatumDTO's that are related to a given schema/element/qualifier pair/tripletList<MetadatumDTO>ImportRecord. getValueList()Retrieve an unmodifiableList of MetadatumDTOMethods in org.dspace.importer.external.datamodel with parameters of type MetadatumDTO Modifier and Type Method Description voidImportRecord. addValue(MetadatumDTO value)Add a value to the valueListConstructor parameters in org.dspace.importer.external.datamodel with type arguments of type MetadatumDTO Constructor Description ImportRecord(List<MetadatumDTO> valueList)Create an ImportRecord instance initialized with a List of MetadatumDTO objects -
Uses of MetadatumDTO in org.dspace.importer.external.metadatamapping
Methods in org.dspace.importer.external.metadatamapping that return MetadatumDTO Modifier and Type Method Description MetadatumDTOAbstractMetadataFieldMapping. toDCValue(MetadataFieldConfig field, String value)MetadatumDTOMetadataFieldMapping. toDCValue(MetadataFieldConfig field, String value)Methods in org.dspace.importer.external.metadatamapping that return types with arguments of type MetadatumDTO Modifier and Type Method Description Collection<MetadatumDTO>AbstractMetadataFieldMapping. resultToDCValueMapping(RecordType record)Loop over the MetadataContributors and return their concatenated retrieved metadatumDTO objects.Collection<MetadatumDTO>MetadataFieldMapping. resultToDCValueMapping(RecordType record)Create a collection of MetadatumDTO retrieved from a given RecordTypeConstructors in org.dspace.importer.external.metadatamapping with parameters of type MetadatumDTO Constructor Description MetadataFieldConfig(MetadatumDTO value)Create a MetadataFieldConfig based on a given MetadatumDTO This MetadatumDTO object contains the schema, element and qualifier needed to initialize the MetadataFieldConfig -
Uses of MetadatumDTO in org.dspace.importer.external.metadatamapping.contributor
Methods in org.dspace.importer.external.metadatamapping.contributor that return types with arguments of type MetadatumDTO Modifier and Type Method Description Collection<MetadatumDTO>CombinedMetadatumContributor. contributeMetadata(T t)a separate Metadatum object is created for each index of Metadatum returned from the calls to MetadatumContributor.contributeMetadata(t) for each MetadatumContributor in the metadatumContributors list.Collection<MetadatumDTO>EnhancedSimpleMetadataContributor. contributeMetadata(PlainMetadataSourceDto t)Collection<MetadatumDTO>MetadataContributor. contributeMetadata(RecordType t)Implementations have the responsibility to process/map their own type of metadata based on a given record and return a collection of the generalised MetadatumDTO objectsCollection<MetadatumDTO>MultipleMetadataContributor. contributeMetadata(T t)a separate Metadatum object is created for each index of Metadatum returned from the calls to MetadatumContributor.contributeMetadata(t) for each MetadatumContributor in the metadatumContributors list.Collection<MetadatumDTO>SimpleMetadataContributor. contributeMetadata(PlainMetadataSourceDto t)Retrieve the metadata associated with the given object.Collection<MetadatumDTO>SimpleXpathMetadatumContributor. contributeMetadata(org.apache.axiom.om.OMElement t)Retrieve the metadata associated with the given object. -
Uses of MetadatumDTO in org.dspace.importer.external.pubmed.metadatamapping.contributor
Methods in org.dspace.importer.external.pubmed.metadatamapping.contributor that return types with arguments of type MetadatumDTO Modifier and Type Method Description Collection<MetadatumDTO>PubmedDateMetadatumContributor. contributeMetadata(T t)Retrieve the metadata associated with the given object.Collection<MetadatumDTO>PubmedLanguageMetadatumContributor. contributeMetadata(T t)
-