Creates a hyperlink and sets its category to the default Document category.
protected DocumentRepository documentRepository;
//the first parameter, parentFolderUniqueKey, identifies the folder where the hyperlink will be created name, sets the subfolder name
//the second parameter, url, sets the website URL target for the hyperlink
//the third parameter, name, sets the hyperlink name that displays in the application UI
//the fourth parameter, contactUniqueKey, identifies the hyperlink record author
String uniqueKey = documentRepository.createHyperlinkDefaultCategory("DOCU_1753", "http://www.mitratech.com", "Mitratech URL", "CONT_1005");