1787178817891790179117921793
* @throws RepositoryException if the node can not be added */ public Node addNodeWithUuid( String relPath, String nodeTypeName, String uuid) throws RepositoryException { return perform(new AddNodeOperation(this, relPath, nodeTypeName, uuid)); }
1794179517961797179817991800
1809181018111812181318141815