<?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 Question regarding CMIS getDescendents in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/question-regarding-cmis-getdescendents/m-p/289203#M242333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I am using the descendants service api to retrieve the descendants of a folder. I would like to know if it possible to filter documents which have a certain property value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example: retrieve all the descendants which have custom property 'custom:aPropertyName' with 'VALUE1'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Vinu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Mar 2013 00:16:38 GMT</pubDate>
    <dc:creator>vinu_kumar</dc:creator>
    <dc:date>2013-03-14T00:16:38Z</dc:date>
    <item>
      <title>Question regarding CMIS getDescendents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/question-regarding-cmis-getdescendents/m-p/289203#M242333</link>
      <description>Hi,&amp;nbsp; I am using the descendants service api to retrieve the descendants of a folder. I would like to know if it possible to filter documents which have a certain property value.For example: retrieve all the descendants which have custom property 'custom:aPropertyName' with 'VALUE1'.Regards- Vinu</description>
      <pubDate>Thu, 14 Mar 2013 00:16:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/question-regarding-cmis-getdescendents/m-p/289203#M242333</guid>
      <dc:creator>vinu_kumar</dc:creator>
      <dc:date>2013-03-14T00:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding CMIS getDescendents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/question-regarding-cmis-getdescendents/m-p/289204#M242334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The CMIS query language has an IN_TREE predicate that works the same way as the getDescendants call. Unlike getDescendants, though, you can use other predicates to filter your results. For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT * FROM cmis:document where cmis:name = 'test-plain-1.txt' and IN_TREE('workspace://SpacesStore/610c4672-eaf7-42c1-a2f1-bc948696760d')&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finds the file named test-plain-1.txt anywhere in a Share site with that ID. You could do the same thing substituting custom:aPropertyName for cmis:name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 15:00:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/question-regarding-cmis-getdescendents/m-p/289204#M242334</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2013-03-18T15:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding CMIS getDescendents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/question-regarding-cmis-getdescendents/m-p/289205#M242335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jeff, Is it possible to pass the path (/Sites/sitename/documentLibrary) instead of using workspace id? I'm using CMIS services remotely (in a mobile app) and would like to restrict number of calls made to the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Vinu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 00:21:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/question-regarding-cmis-getdescendents/m-p/289205#M242335</guid>
      <dc:creator>vinu_kumar</dc:creator>
      <dc:date>2013-03-20T00:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding CMIS getDescendents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/question-regarding-cmis-getdescendents/m-p/289206#M242336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, you'll have to fetch the folder, then use its ID to build the query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 14:20:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/question-regarding-cmis-getdescendents/m-p/289206#M242336</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2013-03-21T14:20:52Z</dc:date>
    </item>
  </channel>
</rss>

