Uses of Class
com.evolveum.midpoint.schema.config.EventHandlerConfigItem
Package
Description
This is an experiment how to provide reliable and consistent information about the origin of individual configuration items
(mappings, expressions, etc).
-
Uses of EventHandlerConfigItem in com.evolveum.midpoint.notifications.api
Modifier and TypeMethodDescriptionvoid
NotificationManager.processEvent
(@NotNull Event event, @Nullable EventHandlerConfigItem customHandler, @Nullable ExpressionProfile customHandlerExpressionProfile, @NotNull Task task, @NotNull OperationResult result) -
Uses of EventHandlerConfigItem in com.evolveum.midpoint.schema.config
Modifier and TypeMethodDescriptionstatic EventHandlerConfigItem
EventHandlerConfigItem.of
(@NotNull EventHandlerType bean, @NotNull ConfigurationItemOrigin origin) static EventHandlerConfigItem
EventHandlerConfigItem.of
(@NotNull EventHandlerType bean, @NotNull OriginProvider<? super EventHandlerType> originProvider)