Copies a document to a new parent folder.
protected DocumentRepository documentRepository;
//the first parameter, documentUniqueKey, identifies an existing document to copy
//the second parameter, parentFolderUniqueKey, identifies the folder where the document copy will be created
documentRepository.copyDocument("DOCU_1700", "DOCU_1811");