Repository script executor

The purpose of script executor is to allow execution of jcr script (written in groovy) to migrate jcr data.

Exemple: session.getNode("/").setProperty("myProp","value");

For safety, the script is tested on a cloned workspace, and executed jcr events are listed below. You can also have a look to the workspace using the wisdom-jcr-web-explorer.

Once your script is validated, you can executed it on the repository original workspace.

Script