use of cz.metacentrum.perun.audit.events.ExtSourcesManagerEvents.ExtSourceDeleted in project perun by CESNET.
the class ExtSourcesManagerBlImpl method deleteExtSource.
@Override
public void deleteExtSource(PerunSession sess, ExtSource extSource) throws ExtSourceAlreadyRemovedException {
getExtSourcesManagerImpl().deleteExtSource(sess, extSource);
getPerunBl().getAuditer().log(sess, new ExtSourceDeleted(extSource));
}
Aggregations