Creates a hyperlink.
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, documentCategoryUniqueKey, identifies the document category to set as the hyperlink category
//the fifth parameter, contactUniqueKey, identifies the hyperlink record author
String uniqueKey = documentRepository.createHyperlinkDefaultCategory("DOCU_1753", "http://www.mitratech.com", "Mitratech URL", "DOCU_1855", "CONT_1005");