public final boolean setReferenced(ObjectContext referentCtx, String name, ObjectContext referencedCtx, LinkType linkType) throws UndeclaredRepositoryException {
try {
return _setReferenced(referentCtx, name, referencedCtx, linkType);
}
catch (RepositoryException e) {
throw new UndeclaredRepositoryException(e);
}
}