Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

How to get list of websites in AEM instance?

Avatar

Level 3

Hi Team,

I am using AEM 6.4.4 and I need to get list of websites exist with this path /content/*/en/brand***/website*** in backend class.How to get regular expression for the same and generate paths.

Brand and Website are for example structure.

Please help me to get this done.

Thanks,

Kiran

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 3

Hi Kiran,

You need to use the JCR queries to fetch the data in the backend class , I have noy tried by myself but you can use the queries to get you the desired results with regular expression. for example - "WHERE ISDESCENDANTNODE(s,'/content/*/en/*/product')"

Query Builder API

Lösung in ursprünglichem Beitrag anzeigen

3 Antworten

Avatar

Ehemaliges Community-Mitglied

Try to use an API to search the JCR like QueryBuilder API.

Avatar

Korrekte Antwort von
Level 3

Hi Kiran,

You need to use the JCR queries to fetch the data in the backend class , I have noy tried by myself but you can use the queries to get you the desired results with regular expression. for example - "WHERE ISDESCENDANTNODE(s,'/content/*/en/*/product')"

Query Builder API

Avatar

Level 3

I am getting list of websites. I need to get list of groups and users associated with the website.

Please help me to achieve this.

Thanks,

Kiran