Uses of Interface
com.evolveum.midpoint.notifications.api.events.Event
-
Packages that use Event Package Description com.evolveum.midpoint.notifications.api com.evolveum.midpoint.notifications.api.events com.evolveum.midpoint.notifications.api.transports -
-
Uses of Event in com.evolveum.midpoint.notifications.api
Classes in com.evolveum.midpoint.notifications.api with type parameters of type Event Modifier and Type Interface Description interfaceEventHandler<E extends Event,C extends BaseEventHandlerType>Methods in com.evolveum.midpoint.notifications.api with parameters of type Event Modifier and Type Method Description voidNotificationManager. processEvent(@NotNull Event event, Task task, OperationResult result)booleanNotificationManager. processEvent(@NotNull Event event, EventHandlerType eventHandlerBean, Task task, OperationResult result) -
Uses of Event in com.evolveum.midpoint.notifications.api.events
Subinterfaces of Event in com.evolveum.midpoint.notifications.api.events Modifier and Type Interface Description interfaceAccessCertificationEventAn event related to access certification.interfaceActivityEventAn event related to an execution of anActivity.interfaceActivityRealizationCompleteEventA realization of anActivityis complete.interfaceCaseEventEvent related to a case (as a whole).interfaceCaseManagementEventEvent related to case management: either case-level or work-item-level.interfaceCertCampaignEventinterfaceCertCampaignStageEventinterfaceCertReviewEventEvent for certification reviewers (reminding him/her of the need to do the work).interfaceCustomEventinterfaceModelEventEvent about model operation (TODO)interfacePolicyRuleEventAny event that is triggered by the 'notify' policy rule action.interfaceReportOutputCreatedEventSignals that a report output has been created.interfaceResourceObjectEventEvent about resource object (account) creation, modification, or deletion.interfaceTaskEvent -
Uses of Event in com.evolveum.midpoint.notifications.api.transports
Methods in com.evolveum.midpoint.notifications.api.transports with parameters of type Event Modifier and Type Method Description voidTransport. send(Message message, String transportName, Event event, Task task, OperationResult parentResult)Sends the message via this transport.voidTransportService. send(Message message, String transportName, Event event, Task task, OperationResult parentResult)
-