public void deleteNode(String nodeOid, OperationResult result)
     throws SchemaException, ObjectNotFoundException {
   nodeRegistrar.deleteNode(nodeOid, result);
 }