- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2012 06:35 AM
Hi, I want to store renditions to my documents which I can request by using the CMIS interface (i.e. with function getRenditions() of the CMIS ObjectService). How can I append such renditions to my documents inside Nuxeo?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2012 08:57 AM
At the moment (Nuxeo 5.5) you cannot. As is documented on http://doc.nuxeo.com/x/JIAO in the "Model mapping" section, secondary content streams in Nuxeo are not visible as CMIS renditions.
But this feature could be implemented if requested by a customer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2012 08:57 AM
At the moment (Nuxeo 5.5) you cannot. As is documented on http://doc.nuxeo.com/x/JIAO in the "Model mapping" section, secondary content streams in Nuxeo are not visible as CMIS renditions.
But this feature could be implemented if requested by a customer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2014 02:50 PM
Has this changed with 5.9.x versions of nuxeo? I have this same need now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2014 12:24 AM
According to the CMIS 1.1 spec, "CMIS provides no capability to create or update renditions accessed through the rendition services."
However, the Nuxeo RenditionService (https://github.com/nuxeo/nuxeo-platform-rendition) provides a mechanism to generate renditions by leveraging automation operation chains to transform the main Blob of interest.
