Deleting Nuxeo Document Permanently Programatically
I am currently deleting a document from Nuxeo repository using the following code: String myDocumentPath = // path to a folder DocumentRef myFolderRef = new PathRef(documentPath); if(aSession.exists(myFolderRef) && aSession.canRemoveDocument(m...