In our process we create nodes for binary files. Meanwhile, the node path could be emailed to a CQ user to access and download the file later. I'd like to know if its possible to grand the node read permission to this CQ user programmatically.Thanks!
Hi,i have custom transformer( that is global one name="pipeline.mode" value="global") which has the logic to rewrite public urls from html and xml respose but it is working for html now i want to extend this for xml as well how to do that?I need right configuration.Could you plase let me know how to...
HI all,I am in a process of getting MapEntries using CommonResourceResolverFactoryImpl defined in org.apache.sling.resourceresolver.impl. But I didn't succeed in getting hold of CommonResourceResolverFactoryImpl. Any advice in this regards highly appreciated.Thanks in advanceLM
Hello,I want change the localhost:2005/content/geometrix/en.html redirect the url to some www.xyz.com .i have gone through this link http://helpx.adobe.com/experience-manager/kb/HowToMapDomains.html and i didn't get information of Following is the JSON representation of the configuration necessary ...
Hi All,I am using cq 5.6.1 and I need to sort a list of cq:Page by cq:lastReplicated date property. I want to know whats the best possible way. Also, I need to do this sorting in java class.Thanks in advance,Ankit
Hi,We have implemented end-user search using default CQ Query Builder search but facing some issues with the ordering of the results.We have also applied some configurations to boost the relevancy of any property. Sample Query:/jcr:root/content//element(*, nt:base)[jcr:contains(., 'Input Term*') and...
Hello there,My client has the requirement where, on occasion, local content should be "rolled up" to the blueprint, for roll OUT to the other Live Copies of the blueprint. For example, if there is an event happening at the local level that they want surfaced at the global level. Is there a way to ...
I have page and few page properties associated with it ( Smart image). When a user uploads an image from site admin it is getting stored as nt:file. To avoid this condition I am trying to hide the page properties from site admin. So user can access the page properties from side kick after opening t...