public final class NodeHelper extends Object
Modifier | Constructor and Description |
---|---|
private |
NodeHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
rename(Node node,
String newName)
Rename the given
Node with the given new name |
private NodeHelper()
public static void rename(Node node, String newName) throws AmetysRepositoryException
Node
with the given new namenode
- the node to renamenewName
- the new name of the nodeAmetysRepositoryException
- if an error occurs.