Class NodeHelper
java.lang.Object
org.ametys.plugins.repository.jcr.NodeHelper
Provides helper methods on nodes.
-
Method Summary
-
Method Details
-
rename
Rename the givenNode
with the given new name- Parameters:
node
- the node to renamenewName
- the new name of the node- Throws:
AmetysRepositoryException
- if an error occurs.
-