nuxeo-java-client


Related Questions
Hello, Is it possible to update the document name (not the title) and path ? Regards.
  0 votes
  2 answers
  5 comments
  881 views

my code doc = repository.timeout(60).readTimeout(60).writeTimeout(60).createDocumentByPath(pathDoc, doc); Exception is org.nuxeo.client.spi.NuxeoClientException: Error during call on Nuxeo server at ...
  0 votes
  0 answers
  0 comments
  1103 views

Hello, When to use .voidOperation(true) when calling an operation with nuxeo java client ? Regards.
  0 votes
  1 answers
  0 comments
  542 views

Hello, I am trying to know if a document is a version, but Java Client doesn't retrieve that information about a document. When I use the “fetchDocumentById” method, I get a “Document” object, but I have no properties to know if it is a version or ...
  0 votes
  2 answers
  5 comments
  1177 views