PHP


Related Questions
Hi, I use Nuxeo LTS 2019 and i plan to use PHP automation client to communicate with Nuxeo. Is it the right way ? what about the rest API ? I saw in the documentation that “The Nuxeo Java Client is a Java client library for Nuxeo Automation and REST ...
  0 votes
  1 answers
  1 comments
  1311 views

Hello, i'm trying to change the SetLifeCycle to deleted in a document or send this doc to de trash but I don't knwo how I can do it. Any idea? I'm using nuxeo 5.8
  0 votes
  1 answers
  1 comments
  1797 views

I'm using the PHP automation client to bulk import some images. When I create document 'file' everything works fine, but if I change it to 'picture' it seems to work and I get a response like: ...
  0 votes
  1 answers
  2 comments
  2185 views

Hi Normally one follows the recipe of querying a folder, get the UID and next issue a startswith on the ecm:path to get the contents of a folder (Workspace, Section). With Collections it is a different cookie: $query = “SELECT * FROM Document WHERE ...
  0 votes
  3 answers
  1 comments
  4538 views

Am I correct that this function in the PHP library/client for REST automation has not been implemented yet? $docVersion = $this->documents[$index]->getProperty('dc:version') ; Where documents[] is the resultset of a call : `$this->answer = ...
  0 votes
  2 answers
  6 comments
  2830 views