PropertyMap map = (PropertyMap) object;
return map.getSimple(PROP_RESOURCE_ID).getIntegerValue();
}
}, DefaultDisambiguationUpdateStrategies.KEEP_ALL_PARENTS);
DisambiguationReportRenderer renderer = new DisambiguationReportRenderer();
for (DisambiguationReport<Property> r : disambiguated) {
PropertyMap map = (PropertyMap) r.getOriginal();
String resourcePath = renderer.render(r);
map.put(new PropertySimple(PROP_RESOURCE_PATH, resourcePath));
}
}