Tree src = root.getTree(srcPath);
if (!src.exists()) {
throw new PathNotFoundException(srcPath);
}
accessManager.checkPermissions(destPath, Permissions.getString(Permissions.NODE_TYPE_MANAGEMENT));
try {
new WorkspaceCopy(root, srcPath, destPath).perform();
context.getSessionDelegate().commit(root);
sessionDelegate.refresh(true);