Uses of Interface
com.evolveum.midpoint.notifications.api.events.CustomEvent
-
Packages that use CustomEvent Package Description com.evolveum.midpoint.notifications.api.events.factory -
-
Uses of CustomEvent in com.evolveum.midpoint.notifications.api.events.factory
Methods in com.evolveum.midpoint.notifications.api.events.factory that return CustomEvent Modifier and Type Method Description @NotNull CustomEvent
CustomEventFactory. createEvent(String subtype, EventHandlerType handler, PrismValue value, EventOperationType operation, EventStatusType status, String channel)
@NotNull CustomEvent
CustomEventFactory. createEvent(String subtype, EventHandlerType handler, List<PipelineItem> data, EventOperationType operation, EventStatusType status, String channel)
-