ResourcesLoader.setLastChangeDate(view, new Date());
//add information about change to the changeLOg
ChangeSender cs = new ChangeSender(uri,changeValue.toString(),change);
cs.start();
//return just name (as it is the only element that can be seen by user
JSONObject jo = new JSONObject();
jo.put("name", name);
return jo.toString();