* Convenience method: create a notation saying that we couldn't fetch this
* content model.
*/
private ValidationResultNotation noteErrorFetchingContentModel(ContentModelInfo model) {
String pid = model.getPid();
ObjectSourceException e = objectSource.createObjectSourceException(pid);
return ValidationResultNotation.errorFetchingContentModel(pid, e);
}