Hello,
I want to remove "rep:policy" node.
Is there a way to remove this node, except uploading package with overwrite mode?
Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
When you want to do it in code, you should use the Jackrabbit API. The API management isn't standardized in JCR.
regards,
Jörg
When you want to do it in code, you should use the Jackrabbit API. The API management isn't standardized in JCR.
regards,
Jörg
from useradmin remove the permissions OR programatically
You can do it via CRXDE Lite: right-click on the node, which you would like to remove rep:policy from, and choose Mixins...
[img]mixins.png[/img]
remove rep:AccessControllable mixin from the popup window
[img]mixins-remove.png[/img]
Can you please elaborate your question to understand what you want to do?
Views
Likes
Replies
Views
Likes
Replies