3.0.6


Related Questions
documents = nuxeoClient.repository().query(“SELECT * FROM Document WHERE ecm:path= ? AND ecm:isTrashed = 1”, “1”, “50”,null,null,null, path); This is the code I'm using to get the list of trashed documents of a particular path but this is returning ...
  0 votes
  1 answers
  0 comments
  841 views

Hi, How do I trash a document before it is deleted using nuxeo java client. I have used nuxeoClient.repository().deleteDocument(docId); method which delets the document permanently but I wanted to trash the document first before deleting ...
  0 votes
  1 answers
  0 comments
  1021 views

Is there any way to make the registry settings work for Nuxeo drive? I'm deploying this app on Windows clients and cannot control the behavior of the software (locale, auto update check). I tried to follow the following article but can't get it to ...
  0 votes
  1 answers
  5 comments
  1518 views