Uses of Interface
com.evolveum.midpoint.notifications.api.events.Event
Packages that use Event
Package
Description
-
Uses of Event in com.evolveum.midpoint.notifications.api
Classes in com.evolveum.midpoint.notifications.api with type parameters of type EventModifier and TypeInterfaceDescriptioninterface
EventHandler<E extends Event,
C extends BaseEventHandlerType> Handles a single notification event.final record
EventProcessingContext<E extends Event>
Global context for processing a single event.Methods in com.evolveum.midpoint.notifications.api that return types with arguments of type EventMethods in com.evolveum.midpoint.notifications.api with parameters of type EventModifier and TypeMethodDescriptionvoid
NotificationManager.processEvent
(@NotNull Event event, @Nullable EventHandlerConfigItem customHandler, @Nullable ExpressionProfile customHandlerExpressionProfile, @NotNull Task task, @NotNull OperationResult result) default void
NotificationManager.processEvent
(@NotNull Event event, Task task, OperationResult result) -
Uses of Event in com.evolveum.midpoint.notifications.api.events
Subinterfaces of Event in com.evolveum.midpoint.notifications.api.eventsModifier and TypeInterfaceDescriptioninterface
An event related to access certification.interface
An event related to an execution of anActivity
.interface
A realization of anActivity
is complete.interface
Event related to a case (as a whole).interface
Event related to case management: either case-level or work-item-level.interface
interface
interface
Event for certification reviewers (reminding him/her of the need to do the work).interface
interface
Event about model operation (TODO)interface
Any event that is triggered by the 'notify' policy rule action.interface
Signals that a report output has been created.interface
Event about resource object (account) creation, modification, or deletion.interface
-
Uses of Event in com.evolveum.midpoint.notifications.api.transports
Methods in com.evolveum.midpoint.notifications.api.transports that return EventModifier and TypeMethodDescription@Nullable Event
SendingContext.event()
Returns the value of theevent
record component.Constructors in com.evolveum.midpoint.notifications.api.transports with parameters of type EventModifierConstructorDescriptionSendingContext
(@NotNull ExpressionProfile expressionProfile, @Nullable Event event, @NotNull Task task) Creates an instance of aSendingContext
record class.