TransientNodeState sourceParent = nodeStateProvider.getNodeState(sourcePath.getParent());
if (sourceParent == null) {
throw new PathNotFoundException(srcAbsPath);
}
sourceParent.move(sourcePath.getName(), Path.create(sessionContext.getWorkspaceName(), destAbsPath));
}
//------------------------------------------------------------< state >---
@Override