fixed generation entities from claims

This commit is contained in:
Michele Artini 2020-06-11 10:51:57 +02:00
parent 3ebf81d2b0
commit 99f88e1cb8
1 changed files with 2 additions and 0 deletions

View File

@ -137,8 +137,10 @@ public class GenerateEntitiesApplication {
final String type = StringUtils.substringAfter(id, ":");
switch (type.toLowerCase()) {
case "oaf-store-claim":
case "oaf-store-cleaned":
return new OafToOafMapper(vocs, false).processMdRecord(s);
case "odf-store-claim":
case "odf-store-cleaned":
return new OdfToOafMapper(vocs, false).processMdRecord(s);
case "oaf-store-intersection":