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 interface
EventHandler<E extends Event,C extends BaseEventHandlerType>
Methods in com.evolveum.midpoint.notifications.api with parameters of type Event Modifier and Type Method Description void
NotificationManager. processEvent(@NotNull Event event, Task task, OperationResult result)
boolean
NotificationManager. 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 interface
AccessCertificationEvent
An event related to access certification.interface
ActivityEvent
An event related to an execution of anActivity
.interface
ActivityRealizationCompleteEvent
A realization of anActivity
is complete.interface
CaseEvent
Event related to a case (as a whole).interface
CaseManagementEvent
Event related to case management: either case-level or work-item-level.interface
CertCampaignEvent
interface
CertCampaignStageEvent
interface
CertReviewEvent
Event for certification reviewers (reminding him/her of the need to do the work).interface
CustomEvent
interface
ModelEvent
Event about model operation (TODO)interface
PolicyRuleEvent
Any event that is triggered by the 'notify' policy rule action.interface
ReportOutputCreatedEvent
Signals that a report output has been created.interface
ResourceObjectEvent
Event about resource object (account) creation, modification, or deletion.interface
TaskEvent
-
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 void
Transport. send(Message message, String transportName, Event event, Task task, OperationResult parentResult)
Sends the message via this transport.void
TransportService. send(Message message, String transportName, Event event, Task task, OperationResult parentResult)
-