Search in sources :

Example 1 with ExtSourceDeleted

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));
}
Also used : ExtSourceDeleted(cz.metacentrum.perun.audit.events.ExtSourcesManagerEvents.ExtSourceDeleted)

Aggregations

ExtSourceDeleted (cz.metacentrum.perun.audit.events.ExtSourcesManagerEvents.ExtSourceDeleted)1