<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PHP Automation Client Documentation needed in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/php-automation-client-documentation-needed/m-p/320711#M7712</link>
    <description>&lt;P&gt;The documentation for all operations is at:
&lt;A href="http://explorer.nuxeo.org/nuxeo/site/distribution/Nuxeo%20DM-5.4.2/listOperations"&gt;http://explorer.nuxeo.org/nuxeo/site/distribution/Nuxeo%20DM-5.4.2/listOperations&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For instance for the &lt;CODE&gt;Document.GetChildren&lt;/CODE&gt; operation, you can read:
&lt;A href="http://explorer.nuxeo.org/nuxeo/site/distribution/Nuxeo%20DM-5.4.2/viewOperation/Document.GetChildren"&gt;http://explorer.nuxeo.org/nuxeo/site/distribution/Nuxeo%20DM-5.4.2/viewOperation/Document.GetChildren&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Aug 2011 11:50:34 GMT</pubDate>
    <dc:creator>Florent_Guillau</dc:creator>
    <dc:date>2011-08-29T11:50:34Z</dc:date>
    <item>
      <title>PHP Automation Client Documentation needed</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/php-automation-client-documentation-needed/m-p/320709#M7710</link>
      <description>&lt;P&gt;I've started using PHP Automation client instead of PHP CMIS Client for my Nuxeo DM instance (5.4.2 - open source) as I couldn't upload versions of same document through PHP CMIS Client.&lt;/P&gt;
&lt;P&gt;I find no documentation for every single type of operation I wish to perform. For instance I wish to get all children of given workspace, if I create a new request using document.getchildren, what parameters should I pass? If I create a new request using document.query, what is the format/syntax of SQL statement? I can't find any documentation anywhwere.&lt;/P&gt;
&lt;P&gt;Apparently, I found that if workspace names have space in it, the path property of document object somehow chops off the workspace names. In that instance how do I determine exact path that should be passed.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2011 21:08:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/php-automation-client-documentation-needed/m-p/320709#M7710</guid>
      <dc:creator>Megha_</dc:creator>
      <dc:date>2011-08-26T21:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: PHP Automation Client Documentation needed</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/php-automation-client-documentation-needed/m-p/320710#M7711</link>
      <description>&lt;P&gt;Hi Megha, I'll let someone else answer as I don't have the answer here, though, what do you mean by "5.4.2 - open source", all Nuxeo distributions are Open Source&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2011 15:47:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/php-automation-client-documentation-needed/m-p/320710#M7711</guid>
      <dc:creator>Roland_Benedett</dc:creator>
      <dc:date>2011-08-27T15:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: PHP Automation Client Documentation needed</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/php-automation-client-documentation-needed/m-p/320711#M7712</link>
      <description>&lt;P&gt;The documentation for all operations is at:
&lt;A href="http://explorer.nuxeo.org/nuxeo/site/distribution/Nuxeo%20DM-5.4.2/listOperations"&gt;http://explorer.nuxeo.org/nuxeo/site/distribution/Nuxeo%20DM-5.4.2/listOperations&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For instance for the &lt;CODE&gt;Document.GetChildren&lt;/CODE&gt; operation, you can read:
&lt;A href="http://explorer.nuxeo.org/nuxeo/site/distribution/Nuxeo%20DM-5.4.2/viewOperation/Document.GetChildren"&gt;http://explorer.nuxeo.org/nuxeo/site/distribution/Nuxeo%20DM-5.4.2/viewOperation/Document.GetChildren&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2011 11:50:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/php-automation-client-documentation-needed/m-p/320711#M7712</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2011-08-29T11:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: PHP Automation Client Documentation needed</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/php-automation-client-documentation-needed/m-p/320712#M7713</link>
      <description>&lt;P&gt;Megha, your last paragraph is an unrelated question. You should ask only one question at a time.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2011 11:51:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/php-automation-client-documentation-needed/m-p/320712#M7713</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2011-08-29T11:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: PHP Automation Client Documentation needed</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/php-automation-client-documentation-needed/m-p/320713#M7714</link>
      <description>&lt;P&gt;You will also find sample use cases of those operations on Nuxeo Studio documentation like &lt;A href="http://doc.nuxeo.com/x/lAM7"&gt;Business scheme generation&lt;/A&gt; or &lt;A href="http://doc.nuxeo.com/x/cI5H"&gt;News publishing&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;You can browse the documentation, you'll find various samples.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2011 13:53:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/php-automation-client-documentation-needed/m-p/320713#M7714</guid>
      <dc:creator>Alain_ESCAFFRE</dc:creator>
      <dc:date>2011-08-29T13:53:31Z</dc:date>
    </item>
  </channel>
</rss>

