<?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: CMIS Query Language - Has not Aspect in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280908#M234038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's not true, with cmis-alfresco you can use the CONTAINS construct to build query with mixed CMIS and FTS query syntax.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/CMIS_Query_Language#cmis-alfresco" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/CMIS_Query_Language#cmis-alfresco&lt;/A&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Nov 2013 17:26:00 GMT</pubDate>
    <dc:creator>castgroupteam</dc:creator>
    <dc:date>2013-11-05T17:26:00Z</dc:date>
    <item>
      <title>CMIS Query Language - Has not Aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280902#M234032</link>
      <description>How can I query my Alfresco repository through CMIS Query Language asking for all nodes which does not implement a custom aspect?(Something like NOT hasAspect("my:customAspect")).Using the join syntax I can ask for nodes with all aspects I want but in this case I need to exclude nodes which has not</description>
      <pubDate>Mon, 26 Aug 2013 13:44:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280902#M234032</guid>
      <dc:creator>castgroupteam</dc:creator>
      <dc:date>2013-08-26T13:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS Query Language - Has not Aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280903#M234033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm afraid there is no such feature in&amp;nbsp; cmis query language,You can use lucene language.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 06:13:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280903#M234033</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2013-08-29T06:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS Query Language - Has not Aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280904#M234034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is an lucene example that search nodes without aspect "cm:titled"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+PATH:"/app:company_home//." AND -ASPECT:"cm:titled" &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 06:52:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280904#M234034</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2013-08-29T06:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS Query Language - Has not Aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280905#M234035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your help, your answer is helpful for sure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I know it's possible using lucene, ftl and so on, I think it is a common used feature so I found unbelievable was not implemented by the cmis layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am building an external java application so I still want to use cmis, I've changed my logic in order to exclude by path instead that by aspect. (using&amp;nbsp; NOT in_tree(…) cmis function).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniele&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 10:06:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280905#M234035</guid>
      <dc:creator>castgroupteam</dc:creator>
      <dc:date>2013-08-30T10:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS Query Language - Has not Aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280906#M234036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found it's possible using CONTAINS(..) clause&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 14:33:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280906#M234036</guid>
      <dc:creator>castgroupteam</dc:creator>
      <dc:date>2013-10-04T14:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS Query Language - Has not Aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280907#M234037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you please explain how did you achieve it using the CONTAINS clause ? AFAIK CONTAINS only searches in the content, is not related to aspects. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 12:42:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280907#M234037</guid>
      <dc:creator>iblanco</dc:creator>
      <dc:date>2013-10-21T12:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS Query Language - Has not Aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280908#M234038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's not true, with cmis-alfresco you can use the CONTAINS construct to build query with mixed CMIS and FTS query syntax.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/CMIS_Query_Language#cmis-alfresco" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/CMIS_Query_Language#cmis-alfresco&lt;/A&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 17:26:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280908#M234038</guid>
      <dc:creator>castgroupteam</dc:creator>
      <dc:date>2013-11-05T17:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS Query Language - Has not Aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280909#M234039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;…AND CONTAINS(P,\'NOT ASPECT:\\\'test:myCustomAspecy\\\'\')&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 11:04:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280909#M234039</guid>
      <dc:creator>castgroupteam</dc:creator>
      <dc:date>2013-11-11T11:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS Query Language - Has not Aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280910#M234040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had read many times about CONTAINS in the wiki's Search page and never understood that this could be used this way. It's good to know it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 14:39:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280910#M234040</guid>
      <dc:creator>iblanco</dc:creator>
      <dc:date>2013-11-11T14:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS Query Language - Has not Aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280911#M234041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good idea,using the contains() function in CMIS-SQL extremelly increase CMIS query capabilities&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 15:19:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280911#M234041</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2013-11-11T15:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS Query Language - Has not Aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280912#M234042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're right kaynezhang, it increases capabilities but be aware that this is out of the CMIS estándar so don't expect your code to work properly if ported to other CMIS compliant server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 16:40:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280912#M234042</guid>
      <dc:creator>iblanco</dc:creator>
      <dc:date>2013-11-11T16:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS Query Language - Has not Aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280913#M234043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The CMIS interface is designed to be layered on top of existing Content Management systems and their existing programmatic interfaces. It is not intended to exhaustively expose all of the CM system's capabilities through the CMIS interfaces. So if we want to use CMIS interface ,we will lose some specific&amp;nbsp; capabilities provided by a specicific CM system.If we wan to use some specific&amp;nbsp; capabilities ,we still need to use CMIS extension or vendor specific api.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alfresco Aspects is alfresco specific feature( apsect is not&amp;nbsp; include CMIS v1.0 specification ,Secondary object types are added in CMIS v1.1,but opencmis has not implemented yet ). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I think it's ok to use cmis-alfresco query language.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 00:46:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280913#M234043</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2013-11-12T00:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS Query Language - Has not Aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280914#M234044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you are all right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;contains clause (cmis-alfresco) increase CMIS query capabilities but your code then cannot work properly if ported to other cmis compliant server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In any case I think that if you have to integrate Alfresco with any other environements, cmis choice is the better (and easiest) solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In many cases it is not enough, for transaction based tasks, for example, cmis is not enough. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 09:25:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-query-language-has-not-aspect/m-p/280914#M234044</guid>
      <dc:creator>castgroupteam</dc:creator>
      <dc:date>2013-11-12T09:25:19Z</dc:date>
    </item>
  </channel>
</rss>

