Hello guys,
Any idea on how to use rendition on CMIS query from Webcenter Content presenter? We have some images stored in UCM with certain renditions of rendition set.
Take the following example,
SELECT * FROM ora:t:IDC:GlobalProfile WHERE ora:p:xSiteID = 100
The above query will bring the documents which are matching the metadata field siteId=100. I could see the UCM metadata field called packagedConversions which allowing me to pass the rendition set in query. But what i am not able to specify is, the exact rendition within the rendition set.
E.g We have 3 renditions as part of the BasicRenditions set. (thumbnail, web, preview). So i would like to know how to get or specify this thumbnail as part of the CMIS query?
but my client is interested in creating their own page at runtime in Webcenter portal , dropping the content presenter and specify the CMIS query by themselves.
Regards
Prasath.C