public static boolean isShortRefs() {
    org.sakaiproject.content.api.ContentHostingService service = getInstance();
    if (service == null) return false;

    return service.isShortRefs();
  }