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

Forum Posts

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
  • 118 Views
  • 1 replies
  • 0 kudos

Problem with the bulk document importer

Bonjour J'ai installé nuxeo-platform-importer-1.3.0 avec succès. J'ai testé avec succès en utilisant le randomImporter curl -v --basic -u "Administrator:Administrator" "http://localhost:8081/nuxeo/site/randomImporter/run?targetPath=/&batchSize=1&nbNo...

Arnault_ by Confirmed Champ
  • 108 Views
  • 0 replies
  • 0 kudos