Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Trash a Document using java-client

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 permanently....

Resolved! Java Client - get sub folders

Hello, Is there a method to get the subfolder list of a folder by its id ? I found the repository().fetchChildrenById(id) method but it returns all documents (documents and folders). In the UI, nuxeo is calling this url when we disclose a node in the...

Error on permission tab

Hello Team I am getting below error while clicking on permission tab of some folders and not showing "New" button to add permissions. Attaching the snap for the same ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2019-09-09 17:38:54,231 ERROR...

Resolved! Changing ecm name in automation chain

Hi, I was wondering how you change a document name from an automation chain? I am trying the following, but running into an error: - Document.SetProperty: xpath: "ecm:name" value: "testNewDocName" When this chain executes, I am met with the ...

Restaurer un document supprimé

Bonjour, Comment on peut restaurer un doucement supprimé sur nuxeo web-ui ? On trouve pas la corbeille comme celui en jsf-ui. Il n'y a que "supprimer définitivement" en web-ui ? Merci de votre aide. Cordialement,

Nuxeo_Dev by Confirmed Champ
  • 53 Views
  • 7 replies
  • 2 kudos

Override Nuxeo elements

Hello community, I want to have an idea about overriding nuxeo WebUi elements on Nuxeo Studio. Is there a simple way to override existing bottons (dom-modules) from RESOURCES tab in the design mode of nuxeo studio. I read documentation on https://doc...

Resolved! Changing the transaction timeout

My application has some processing that takes a long time (it can be an import, an export, a complex document tree creation, etc.) that provokes an automatic transaction rollback because it is too long and the transaction goes in timeout. So the proc...

How to marshall requests?

Hello all, I'm trying to make an custom endpoint receive some data from a javascript application that uses Nuxeo JS client. The JS application uses the following code to perform the request: doEndpointTestRequest(){ // create the opts dict to be ins...