<?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 Getting renditions over CMIS in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/getting-renditions-over-cmis/m-p/257746#M210876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to get list of renditions over CMIS. I have created a rule to transform content to PDF. When browsing the repository through Node browser I can see that document uploaded by me has 2 renditions: the one done by me called pdf (thats how I named the rendition definition) and a rendition doclib (thumbnail). However when requesting renditions through CMIS I can see only the cmis:thumbnail one and only when I add the &amp;amp;renditionFilter=cmis:thumbnail. I cannot in any case access the the rendition I have created. Is there some magic I have to do?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Michael&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco 3.4.d&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Script used to create the rendition&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;var def = renditionService.createRenditionDefinition("pdf","reformat");&lt;BR /&gt;def.parameters['mime-type'] = "application/pdf";&lt;BR /&gt;def.execute(document);&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Apr 2011 20:11:15 GMT</pubDate>
    <dc:creator>mathwizard</dc:creator>
    <dc:date>2011-04-26T20:11:15Z</dc:date>
    <item>
      <title>Getting renditions over CMIS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getting-renditions-over-cmis/m-p/257746#M210876</link>
      <description>Hello,I am trying to get list of renditions over CMIS. I have created a rule to transform content to PDF. When browsing the repository through Node browser I can see that document uploaded by me has 2 renditions: the one done by me called pdf (thats how I named the rendition definition) and a rendit</description>
      <pubDate>Tue, 26 Apr 2011 20:11:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getting-renditions-over-cmis/m-p/257746#M210876</guid>
      <dc:creator>mathwizard</dc:creator>
      <dc:date>2011-04-26T20:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Getting renditions over CMIS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getting-renditions-over-cmis/m-p/257747#M210877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, I have found the answer. The thing is the renditionFilter has to be set like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;renditionFilter=*&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;or in OpenCMIS&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;OperationContext context = s.createOperationContext();&lt;BR /&gt;context.setRenditionFilterString("*");&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 23:29:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getting-renditions-over-cmis/m-p/257747#M210877</guid>
      <dc:creator>mathwizard</dc:creator>
      <dc:date>2011-04-26T23:29:57Z</dc:date>
    </item>
  </channel>
</rss>

