Thanks @Vijayalakshmi_S and @arunpatidar for your response. Resource change listener seems to be more appropriate option for me. However I am wondering if it is possible to inject the path properties from an OSGI configuration, cause we are looking for dynamic path listener.
I need to get the events while the property 'jcr:lastModified' is either added or modified. Also I only need to watch certain paths. I tried to add properties like this. I also checked the event console http://localhost:4502/system/console/events where I couldn't find my class. The debugger is also ...
Unfortunately you need to overlay hidden nodes to achieve this which may not be a good practice but still you can achieve this by overlaying the jsp path/libs/cq/inbox/gui/components/inbox/itemdetails/tabs/dataprovider/workitem/workitem.jspand read the user input value from WorkItem and append to th...
Thanks @shaileshb584084 and @walterch for your time. I tried with AssetReferenceSearch and now I am able to get the list of assets and content fragment paths in the page. Not sure if I get nested CF list from this. I need to work on it. I am adding my code fragment below. Thanks again for your tim...
Still it doesn't solve my issue. Say, if I have a page A. The page A is included by a CF A. The CF A is referred to another CF B. My requirement is when the user clicks the page A, I should be able to fetch both CF A and CFB as references. I an not sure if ReferenceAggregator can be used for that pu...
Hi @walterch I need the reference list when a user click on a custom button within the page. I tried to use the class ReferenceProvider but it seems like there are lot of implementations for the same. Also I am not able to Refer most of these implementation. I am just curious to understand how the ...
Hi All,I would like to include the property content fragment 'model' property in the default Asset API model exporter. Surprisingly this property will be exposed when we try page model json but not through asset json exporter. Is there any way we can enhance the behaviour to include an additional pr...