@Override
 public void lockItem(String site, String path) {
   ContentRepository repo = lookupRepo(path);
   repo.lockItem(site, path);
 }