PHP-client


Related Questions
I want to make a preview of a document. I found this documentation : https://doc.nuxeo.com/nxdoc/preview/ There is an example mentionned in the site : ...
  0 votes
  0 answers
  0 comments
  631 views

Hi all, I am new to Nuxeo I am working on a Symfony ( version 4 ) project I want to display a document inside an
  0 votes
  1 answers
  0 comments
  555 views

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
  1304 views

Hi, I don't know how I can LIMIT the number of results from a NXQL query. Any Idea? If the query returns me 200 results I want only 20 ,for example. Mi Nuxeo's version is 5.8 Can I do this? Thanks Regards
  0 votes
  4 answers
  1 comments
  4745 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
  1790 views

I have a set up which syncs content from Nuxeo to Drupal. To add content from Nuxeo to Drupal is simple, I query for recently modified Nuxeo documents. However deleting content in Drupal if it is deleted in Nuxeo is a little trickier. Currently I'm ...
  0 votes
  1 answers
  3 comments
  2148 views

When I try to insert a file show me this error: /widgets/list_widget_template.xhtml @203,105 value=“#{model.rowData['foo']}“: Target Unreachable, 'rowData' returned null on 'org.nuxeo.ecm.platform.ui.web.model.impl.ProtectedEditableModelImpl' Doesnt ...
  0 votes
  3 answers
  1 comments
  2198 views

Hello, I have a question. In my nuxeo db I have an a table, who name is studio_vocabulary_type_doc but I can't access this through sql out of nuxeo. This table contains a diferent types of documents which I would want get all of this types from php ...
  0 votes
  3 answers
  2 comments
  2020 views

Hi, I have a problem, I can upload a file with normal metadata, but I have a subtype of metadata like this: <xs:sequence> <xs:element name="item" type="nxs:content" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> ...
  0 votes
  4 answers
  2 comments
  4039 views

I know this question has been asked before and was even a subject of a blog article, but answers to those were focused on curl like URLs and not so much on input/output variables. So: With Blob.Get one can get either the main-document or a document ...
  0 votes
  1 answers
  4 comments
  11663 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
  2179 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
  2823 views