final BibliographicReference bibliographicReference = FenixFramework.getDomainObject(bibliographicReferenceID);
if (bibliographicReference == null) {
throw new InvalidArgumentsServiceException();
}
bibliographicReference.edit(newTitle, newAuthors, newReference, newYear, optional);
return true;
}
// Service Invokers migrated from Berserk