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

Forum Posts

Faceted search (Widgets and Layout)

Hello, I slowly migrates Nuxeo 5.6 to 5.8 and i have a problem with the layout "faceted_search". Before, I used the widget "faceted_search_directory_tree" in Nuxeo 5.6 which is deprecated for the widget "select_l10n_vocabulary_tree" in Nuxeo 5.8. I n...

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

Create a user using the API REST

Bonjour J'ai essayé de créer un "user" en utilisant l'API REST Voici mes paramètres: set url="http://localhost:8081/nuxeo/api/v1/user" set data="{ \"entity-type\": \"NuxeoPrincipal\", \"id\":\"toto\" }" curl -X POST -H %header% -u %auth% -d %data% %u...

Arnault_ by Confirmed Champ
  • 39 Views
  • 1 replies
  • 0 kudos