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 TypeInterfaceDescriptioninterfaceEventHandler<E extends Event,C extends BaseEventHandlerType> Handles a single notification event.final recordEventProcessingContext<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 TypeMethodDescriptionvoidNotificationManager.processEvent(@NotNull Event event, @Nullable BaseEventHandlerConfigItem customHandler, @Nullable ExpressionProfile customHandlerExpressionProfile, @NotNull Task task, @NotNull OperationResult result) default voidNotificationManager.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 TypeInterfaceDescriptioninterfaceAn event related to access certification.interfaceAn event related to an execution of anActivity.interfaceEvent that is triggered by the 'notification' policy rule action during activity execution.interfaceA realization of anActivityis complete.interfaceEvent related to a case (as a whole).interfaceEvent related to case management: either case-level or work-item-level.interfaceinterfaceinterfaceEvent for certification reviewers (reminding him/her of the need to do the work).interfaceinterfaceEvent about model operation (TODO)interfaceAny event that is triggered by the 'notify' policy rule action.interfaceSignals that a report output has been created.interfaceEvent 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 EventSendingContext.event()Returns the value of theeventrecord 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 aSendingContextrecord class.