<?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: Help on CMIS Query using IN_TREE condition in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/help-on-cmis-query-using-in-tree-condition/m-p/300995#M254125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you see my query above, I have used &lt;/SPAN&gt;&lt;STRONG&gt;doc&lt;/STRONG&gt;&lt;SPAN&gt;, which is an alias for the cmis:document, in this IN_TREE qualifier for a folder id. Is this correct? I believe so.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is, it works sometimes, and does not work the other times. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Suppose the folder contains 10 documents, Alfresco Share would show all 10 of them. However, this retrieval gets only few of them and not all the 10 documents that are under this folder whose id is passed into the IN_TREE condition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt; What is this qualifier really represent? &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; What is the relationship between this qualifier and the id in the IN_TREE(qualifier, id) condition? &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like, what I am giving is correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what is mentioned about the qualifier in this site &amp;lt;url&amp;gt;&lt;/SPAN&gt;&lt;A href="https://wiki.alfresco.com/wiki/CMIS_Query_Language" rel="nofollow noopener noreferrer"&gt;https://wiki.alfresco.com/wiki/CMIS_Query_Language&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/url&amp;gt; under the Contains section.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;cite&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The qualifier, if provided, must be the name or alias of one of the tables in the FROM clause. The full text search expression should then only match objects of this type. A qualifier must be provided if there is any ambiguity as to which object a full text search expression should match - i.e. there is a JOIN. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/cite&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jun 2016 21:54:00 GMT</pubDate>
    <dc:creator>sepgs2004</dc:creator>
    <dc:date>2016-06-22T21:54:00Z</dc:date>
    <item>
      <title>Help on CMIS Query using IN_TREE condition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-on-cmis-query-using-in-tree-condition/m-p/300994#M254124</link>
      <description>Using Alfresco Community edition 5.0.dI am using CMIS 1.1 Atom Pub URL: http://test-alfresco:8080/alfresco/api/-default-/public/cmis/versions/1.1/atomMy libraries&amp;lt;code language="xml"&amp;gt;&amp;lt;dependency&amp;gt; &amp;lt;groupId&amp;gt;org.apache.chemistry.opencmis&amp;lt;/groupId&amp;gt; &amp;lt;artifactId&amp;gt;chemistry-ope</description>
      <pubDate>Tue, 14 Jun 2016 19:14:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-on-cmis-query-using-in-tree-condition/m-p/300994#M254124</guid>
      <dc:creator>sepgs2004</dc:creator>
      <dc:date>2016-06-14T19:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help on CMIS Query using IN_TREE condition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-on-cmis-query-using-in-tree-condition/m-p/300995#M254125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you see my query above, I have used &lt;/SPAN&gt;&lt;STRONG&gt;doc&lt;/STRONG&gt;&lt;SPAN&gt;, which is an alias for the cmis:document, in this IN_TREE qualifier for a folder id. Is this correct? I believe so.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is, it works sometimes, and does not work the other times. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Suppose the folder contains 10 documents, Alfresco Share would show all 10 of them. However, this retrieval gets only few of them and not all the 10 documents that are under this folder whose id is passed into the IN_TREE condition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt; What is this qualifier really represent? &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; What is the relationship between this qualifier and the id in the IN_TREE(qualifier, id) condition? &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like, what I am giving is correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what is mentioned about the qualifier in this site &amp;lt;url&amp;gt;&lt;/SPAN&gt;&lt;A href="https://wiki.alfresco.com/wiki/CMIS_Query_Language" rel="nofollow noopener noreferrer"&gt;https://wiki.alfresco.com/wiki/CMIS_Query_Language&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/url&amp;gt; under the Contains section.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;cite&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The qualifier, if provided, must be the name or alias of one of the tables in the FROM clause. The full text search expression should then only match objects of this type. A qualifier must be provided if there is any ambiguity as to which object a full text search expression should match - i.e. there is a JOIN. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/cite&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 21:54:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-on-cmis-query-using-in-tree-condition/m-p/300995#M254125</guid>
      <dc:creator>sepgs2004</dc:creator>
      <dc:date>2016-06-22T21:54:00Z</dc:date>
    </item>
  </channel>
</rss>

