Uses of Class
org.apache.syncope.core.provisioning.api.event.AfterHandlingEvent
-
-
Uses of AfterHandlingEvent in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type AfterHandlingEvent Modifier and Type Method Description voidAuditManager. audit(AfterHandlingEvent event)Create audit entries according to the provided event. -
Uses of AfterHandlingEvent in org.apache.syncope.core.provisioning.api.notification
Methods in org.apache.syncope.core.provisioning.api.notification with parameters of type AfterHandlingEvent Modifier and Type Method Description voidNotificationManager. createTasks(AfterHandlingEvent event)Create notification tasks according to the provided event. -
Uses of AfterHandlingEvent in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type AfterHandlingEvent Modifier and Type Method Description voidDefaultAuditManager. audit(AfterHandlingEvent event) -
Uses of AfterHandlingEvent in org.apache.syncope.core.provisioning.java.notification
Methods in org.apache.syncope.core.provisioning.java.notification with parameters of type AfterHandlingEvent Modifier and Type Method Description voidDefaultNotificationManager. createTasks(AfterHandlingEvent event)
-