Skip to content
Snippets Groups Projects
Commit 35578583 authored by mbrodhu's avatar mbrodhu
Browse files

added textgridURI to the header of oai-pmh in ListRecords-Request for idiom-image-files.

parent 5fb239dd
No related branches found
No related tags found
No related merge requests found
Pipeline #277957 passed
......@@ -158,7 +158,7 @@ public class IDIOMImages implements RecordDelivererInterface, RecordListDelivere
Document doc = builder.parse(new InputSource(new StringReader(immByTGURI.getXML())));
metadataMets.setAny(doc.getDocumentElement());
conedaKorRecord.setMetadata(metadataMets);
conedaKorRecord.setHeader(buildOAIPMH_RecordHeader(immByTGURI.getCreationDate(), immByTGURI.getID()));
conedaKorRecord.setHeader(buildOAIPMH_RecordHeader(immByTGURI.getCreationDate(), id));
singleImageMetsMods.setRecord(conedaKorRecord);
} catch (ParserConfigurationException e) {
// TODO Auto-generated catch block
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment