How do I get a list of pages/folders created/modified by a user? | Adobe Higher Education
Skip to main content
jayv25585659
Level 8
January 7, 2019
Respondido

How do I get a list of pages/folders created/modified by a user?

  • January 7, 2019
  • 2 respostas
  • 1740 Visualizações

As above. I want to export the content and put it on our test environment. Thanks

Este tópico foi fechado para respostas.
Melhor resposta por Ravi_Pampana

Hi,

You can use query builder to fetch the pages which are created by a specific user and write a service to create content package which can be used to install in other instances.

path=/content/we-retail/language-masters/en

1_property=@jcr:content/jcr:createdBy

1_property.operation=equal

1_property.value=rpampana

p.limit=-1

Creating content package:

Adobe Experience Manager Help | Creating Adobe Experience Manager Packages using the JcrPackageManager.API

Similarly we can write query for modified data

2 Respostas

Ravi_Pampana
Community Advisor
Ravi_PampanaCommunity AdvisorResposta
Community Advisor
January 7, 2019

Hi,

You can use query builder to fetch the pages which are created by a specific user and write a service to create content package which can be used to install in other instances.

path=/content/we-retail/language-masters/en

1_property=@jcr:content/jcr:createdBy

1_property.operation=equal

1_property.value=rpampana

p.limit=-1

Creating content package:

Adobe Experience Manager Help | Creating Adobe Experience Manager Packages using the JcrPackageManager.API

Similarly we can write query for modified data

Gaurav-Behl
Level 10
January 8, 2019

After creating the query, use Query Packager