<?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 Nuxeo Java client in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-java-client/m-p/320965#M7966</link>
    <description>&lt;P&gt;Hello,I am trying to get the properties of a document using Nuxeo Java client.I am able to get the document,but when i use the methods get() or getPropertyValue() it doesn't return the value.
Can someone help me?&lt;/P&gt;</description>
    <pubDate>Fri, 22 Sep 2017 09:28:39 GMT</pubDate>
    <dc:creator>Nuxeo_User</dc:creator>
    <dc:date>2017-09-22T09:28:39Z</dc:date>
    <item>
      <title>Nuxeo Java client</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-java-client/m-p/320965#M7966</link>
      <description>&lt;P&gt;Hello,I am trying to get the properties of a document using Nuxeo Java client.I am able to get the document,but when i use the methods get() or getPropertyValue() it doesn't return the value.
Can someone help me?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 09:28:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-java-client/m-p/320965#M7966</guid>
      <dc:creator>Nuxeo_User</dc:creator>
      <dc:date>2017-09-22T09:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo Java client</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-java-client/m-p/320966#M7967</link>
      <description>&lt;P&gt;You need to configure the client to retrieve the required schemas/properties when fetching a document:&lt;/P&gt;
&lt;P&gt;To retrieve the properties of the &lt;CODE&gt;dublincore&lt;/CODE&gt; and &lt;CODE&gt;common&lt;/CODE&gt; schemas:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;nuxeoClient.schemas("dublincore", "common");
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You could also configure the client to retrieve all the schemas/properties:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;nuxeoClient.schemas("*");
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;See &lt;A href="https://github.com/nuxeo/nuxeo-java-client#options" target="test_blank"&gt;https://github.com/nuxeo/nuxeo-java-client#options&lt;/A&gt; for more information.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 09:33:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-java-client/m-p/320966#M7967</guid>
      <dc:creator>Thomas_Roger</dc:creator>
      <dc:date>2017-09-22T09:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo Java client</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-java-client/m-p/320967#M7968</link>
      <description>&lt;P&gt;Thank you Thomas&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 09:40:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-java-client/m-p/320967#M7968</guid>
      <dc:creator>Nuxeo_User</dc:creator>
      <dc:date>2017-09-22T09:40:28Z</dc:date>
    </item>
  </channel>
</rss>

