Esempio n. 1
0
 /**
  * Delete DataSet from the database
  *
  * @param repox2sip
  * @throws IOException
  * @throws eu.europeana.repox2sip.Repox2SipException
  */
 public synchronized void deleteDataSourceFromDatabase(Repox2Sip repox2sip)
     throws IOException, Repox2SipException {
   repox2sip.removeDataSet(repox2sip.getDataSet(this.getIdDb()));
 }