@Override
 public void deleteCollection(Context context, Collection collection)
     throws SQLException, IOException, AuthorizeException {
   xmlWorkflowItemService.deleteByCollection(context, collection);
   collectionRoleService.deleteByCollection(context, collection);
 }