<?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: taggable in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/taggable/m-p/232979#M186109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey, its me again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I see you want to know alot of things, and you really want to understand it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe i have some information for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all it, i thin it is not possible to query aspects like cm:taggable in that way, because in the WHERE clause you can only use the properties of the types defined in the domain model (alfresco/model/cmisModel.xml) or in defined in an own custom model (extending cmis base types).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also you should take a look a this &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/CMIS#Aspect_Support" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/CMIS#Aspect_Support&lt;/A&gt;&lt;SPAN&gt;. There you can find information about the Alfresco-specific aspect support, which is not part of the CMIS Specification.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks to you, i learned a new thing (this with getting the aspects, by reading the properties extensions). I hope it is implemented in my OpenCMIS snapshot, because it is already some days old.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best regards, gclaussn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 May 2010 12:52:13 GMT</pubDate>
    <dc:creator>gclaussn</dc:creator>
    <dc:date>2010-05-26T12:52:13Z</dc:date>
    <item>
      <title>taggable</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/taggable/m-p/232978#M186108</link>
      <description>Hello! I'm using OpenCmis to work with Alfresco 3.3. I want to be able to put tags to documents or folders and to query about those tags.I'm able to look for the aspect taggable in that way&lt;IMG id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bjectdata.getProperties().getExtensions();‍I don't know if there's a simpliest way to do it. Is it correct?I</description>
      <pubDate>Wed, 26 May 2010 12:15:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/taggable/m-p/232978#M186108</guid>
      <dc:creator>newhere</dc:creator>
      <dc:date>2010-05-26T12:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: taggable</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/taggable/m-p/232979#M186109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey, its me again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I see you want to know alot of things, and you really want to understand it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe i have some information for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all it, i thin it is not possible to query aspects like cm:taggable in that way, because in the WHERE clause you can only use the properties of the types defined in the domain model (alfresco/model/cmisModel.xml) or in defined in an own custom model (extending cmis base types).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also you should take a look a this &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/CMIS#Aspect_Support" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/CMIS#Aspect_Support&lt;/A&gt;&lt;SPAN&gt;. There you can find information about the Alfresco-specific aspect support, which is not part of the CMIS Specification.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks to you, i learned a new thing (this with getting the aspects, by reading the properties extensions). I hope it is implemented in my OpenCMIS snapshot, because it is already some days old.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best regards, gclaussn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 12:52:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/taggable/m-p/232979#M186109</guid>
      <dc:creator>gclaussn</dc:creator>
      <dc:date>2010-05-26T12:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: taggable</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/taggable/m-p/232980#M186110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, gclaussn!!!!. I've found the key!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;select d.*, o.* from cmis:document as d join cm:taggable o on d.cmis:objectid = o.cmis:objectid&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I suppose it's a better way to look for the aspect taggable of a document than to look inside the extensions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 06:23:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/taggable/m-p/232980#M186110</guid>
      <dc:creator>newhere</dc:creator>
      <dc:date>2010-05-27T06:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: taggable</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/taggable/m-p/232981#M186111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;np,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a question to you. What does this query return as result? Objects, which has the aspect taggable or objects which are assigned to a special tag?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe it is not working, because i'm running with 3.2 and CMIS query is not fully implemented.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 08:53:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/taggable/m-p/232981#M186111</guid>
      <dc:creator>gclaussn</dc:creator>
      <dc:date>2010-05-27T08:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: taggable</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/taggable/m-p/232982#M186112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I get objects which has the aspect taggable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working to get tags from a specific object.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 09:36:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/taggable/m-p/232982#M186112</guid>
      <dc:creator>newhere</dc:creator>
      <dc:date>2010-05-27T09:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: taggable</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/taggable/m-p/232983#M186113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@newhere, did you find a solution how to get tags for specific object using cmis query?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please help me as even I have similar requirement&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 06:54:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/taggable/m-p/232983#M186113</guid>
      <dc:creator>shambhavi</dc:creator>
      <dc:date>2015-06-30T06:54:06Z</dc:date>
    </item>
  </channel>
</rss>

