<?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 Getting document properties using nuxeo client in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/getting-document-properties-using-nuxeo-client/m-p/325851#M12852</link>
    <description>&lt;P&gt;In nuxeo 5.4.2 I was able to get document properties like &lt;CODE&gt;dc:description&lt;/CODE&gt; by this query:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Documents docs = (Documents) session.newRequest("Document.Query").set(
           "query", "SELECT * FROM Document").execute();
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I updated the nuxeo version to 5.5 and thus I had to update nuxeo-client version as well to 5.6
but now when I execute the following statement,&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Documents docs = (Documents) session.newRequest("Document.Query").set(
           "query", "SELECT * FROM Document").execute();
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I could get &lt;CODE&gt;dc:title&lt;/CODE&gt; and &lt;CODE&gt;dc:modified&lt;/CODE&gt; but not other properties like &lt;CODE&gt;dc:description&lt;/CODE&gt; and &lt;CODE&gt;dc:language&lt;/CODE&gt; etc.&lt;/P&gt;
&lt;P&gt;I studied the nuxeo 5.5 documentation and it says, "the documents in the list are containing only the required top level properties."&lt;/P&gt;
&lt;P&gt;So how can I get get the other document properties via nuxeo client in nuxeo version 5.5?&lt;/P&gt;</description>
    <pubDate>Tue, 17 Apr 2012 11:49:18 GMT</pubDate>
    <dc:creator>SMAH_Haider</dc:creator>
    <dc:date>2012-04-17T11:49:18Z</dc:date>
    <item>
      <title>Getting document properties using nuxeo client</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/getting-document-properties-using-nuxeo-client/m-p/325851#M12852</link>
      <description>&lt;P&gt;In nuxeo 5.4.2 I was able to get document properties like &lt;CODE&gt;dc:description&lt;/CODE&gt; by this query:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Documents docs = (Documents) session.newRequest("Document.Query").set(
           "query", "SELECT * FROM Document").execute();
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I updated the nuxeo version to 5.5 and thus I had to update nuxeo-client version as well to 5.6
but now when I execute the following statement,&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Documents docs = (Documents) session.newRequest("Document.Query").set(
           "query", "SELECT * FROM Document").execute();
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I could get &lt;CODE&gt;dc:title&lt;/CODE&gt; and &lt;CODE&gt;dc:modified&lt;/CODE&gt; but not other properties like &lt;CODE&gt;dc:description&lt;/CODE&gt; and &lt;CODE&gt;dc:language&lt;/CODE&gt; etc.&lt;/P&gt;
&lt;P&gt;I studied the nuxeo 5.5 documentation and it says, "the documents in the list are containing only the required top level properties."&lt;/P&gt;
&lt;P&gt;So how can I get get the other document properties via nuxeo client in nuxeo version 5.5?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2012 11:49:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/getting-document-properties-using-nuxeo-client/m-p/325851#M12852</guid>
      <dc:creator>SMAH_Haider</dc:creator>
      <dc:date>2012-04-17T11:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Getting document properties using nuxeo client</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/getting-document-properties-using-nuxeo-client/m-p/325852#M12853</link>
      <description>&lt;P&gt;Try adding&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;.setHeader(Constants.HEADER_NX_SCHEMAS, "*").
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;before the &lt;CODE&gt;.execute()&lt;/CODE&gt;, to request more than the default prefetched properties.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2012 16:33:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/getting-document-properties-using-nuxeo-client/m-p/325852#M12853</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2012-04-17T16:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Getting document properties using nuxeo client</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/getting-document-properties-using-nuxeo-client/m-p/325853#M12854</link>
      <description>&lt;P&gt;Perfect. Thanks Florent; now I am able to get all other fields like nature, coverage, description etc.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2012 06:49:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/getting-document-properties-using-nuxeo-client/m-p/325853#M12854</guid>
      <dc:creator>SMAH_Haider</dc:creator>
      <dc:date>2012-04-18T06:49:22Z</dc:date>
    </item>
  </channel>
</rss>

