<?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: Nuxeo Java SDK in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-java-sdk/m-p/322265#M9266</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Your question is not really clear: If I get is well, you're saying that the number of results is a random number when the document type is not set properly?&lt;/P&gt;
&lt;P&gt;I would say to check if the document type exists before sending the query. Then, usually these kind of requests looks like &lt;CODE&gt;SELECT * FROM Document WHERE ecm:mixinType != 'HiddenInNavigation' AND ecm:isProxy = 0 AND ecm:isVersion = 0 AND ecm:isTrashed = 0 AND ecm:primaryType='&amp;lt;my_custom_type&amp;gt;&lt;/CODE&gt; to avoid listing trashed documents or proxies.&lt;/P&gt;
&lt;P&gt;Thx&lt;/P&gt;</description>
    <pubDate>Sun, 11 Oct 2020 10:32:30 GMT</pubDate>
    <dc:creator>Gregory_Carlin</dc:creator>
    <dc:date>2020-10-11T10:32:30Z</dc:date>
    <item>
      <title>Nuxeo Java SDK</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-java-sdk/m-p/322264#M9265</link>
      <description>&lt;P&gt;documents = repository.query("SELECT * FROM " + docType , "0", pageIndex, null,
null, null, null);
documents.getResultsCount();
if i inquire for Doc Type not fount in my nuxeo engine  this is   documents.getResultsCount() give me randoum number&lt;BR /&gt; /&amp;gt;
please advice
Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 09:11:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-java-sdk/m-p/322264#M9265</guid>
      <dc:creator>Abdelrahman_Sa1</dc:creator>
      <dc:date>2020-10-11T09:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo Java SDK</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-java-sdk/m-p/322265#M9266</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Your question is not really clear: If I get is well, you're saying that the number of results is a random number when the document type is not set properly?&lt;/P&gt;
&lt;P&gt;I would say to check if the document type exists before sending the query. Then, usually these kind of requests looks like &lt;CODE&gt;SELECT * FROM Document WHERE ecm:mixinType != 'HiddenInNavigation' AND ecm:isProxy = 0 AND ecm:isVersion = 0 AND ecm:isTrashed = 0 AND ecm:primaryType='&amp;lt;my_custom_type&amp;gt;&lt;/CODE&gt; to avoid listing trashed documents or proxies.&lt;/P&gt;
&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 10:32:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-java-sdk/m-p/322265#M9266</guid>
      <dc:creator>Gregory_Carlin</dc:creator>
      <dc:date>2020-10-11T10:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo Java SDK</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-java-sdk/m-p/322266#M9267</link>
      <description>&lt;P&gt;Thanks it worked  successfully&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 11:02:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-java-sdk/m-p/322266#M9267</guid>
      <dc:creator>Abdelrahman_Sa1</dc:creator>
      <dc:date>2020-10-11T11:02:26Z</dc:date>
    </item>
  </channel>
</rss>

