コード例 #1
0
 /** {@inheritDoc} */
 public void commitDeleteResource(ContentResourceEdit edit, String uuid) {
   ContentHostingHandler chh = edit.getContentHandler();
   if (chh != null) {
     chh.commitDeleted(edit, uuid);
   } else {
     storage.commitDeleteResource(edit, uuid);
   }
 }