Uses of Class
org.graylog.events.notifications.NotificationDto
Packages that use NotificationDto
Package
Description
-
Uses of NotificationDto in org.graylog.events.contentpack.entities
Methods in org.graylog.events.contentpack.entities that return NotificationDtoModifier and TypeMethodDescriptionNotificationEntity.toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) -
Uses of NotificationDto in org.graylog.events.contentpack.facade
Methods in org.graylog.events.contentpack.facade that return types with arguments of type NotificationDtoModifier and TypeMethodDescriptionNotificationFacade.createNativeEntity(Entity entity, Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities, String username) NotificationFacade.loadNativeEntity(NativeEntityDescriptor nativeEntityDescriptor) Methods in org.graylog.events.contentpack.facade with parameters of type NotificationDtoModifier and TypeMethodDescriptionNotificationFacade.createExcerpt(NotificationDto nativeEntity) voidNotificationFacade.delete(NotificationDto nativeEntity) -
Uses of NotificationDto in org.graylog.events.notifications
Methods in org.graylog.events.notifications that return NotificationDtoModifier and TypeMethodDescriptionabstract NotificationDtoNotificationDto.Builder.build()NotificationResourceHandler.create(NotificationDto unsavedDto, Optional<User> user) Creates a new notification definition and a corresponding scheduler job definition.DBNotificationService.saveWithOwnership(NotificationDto notificationDto, User user) NotificationResourceHandler.update(NotificationDto updatedDto) Updates an existing notification definition and its corresponding scheduler job definition.Methods in org.graylog.events.notifications that return types with arguments of type NotificationDtoModifier and TypeMethodDescriptionDBNotificationService.searchPaginated(SearchQuery query, Predicate<NotificationDto> filter, String sortByField, String sortOrder, int page, int perPage) Methods in org.graylog.events.notifications with parameters of type NotificationDtoModifier and TypeMethodDescriptionNotificationResourceHandler.create(NotificationDto unsavedDto, Optional<User> user) Creates a new notification definition and a corresponding scheduler job definition.static EventNotificationContextNotificationTestData.getDummyContext(NotificationDto notificationDto, String userName) DBNotificationService.saveWithOwnership(NotificationDto notificationDto, User user) voidNotificationResourceHandler.test(NotificationDto notificationDto, String userName) Tests a notification definition by executing it with a dummy event.NotificationResourceHandler.update(NotificationDto updatedDto) Updates an existing notification definition and its corresponding scheduler job definition.Method parameters in org.graylog.events.notifications with type arguments of type NotificationDtoModifier and TypeMethodDescriptionDBNotificationService.searchPaginated(SearchQuery query, Predicate<NotificationDto> filter, String sortByField, String sortOrder, int page, int perPage) -
Uses of NotificationDto in org.graylog.events.rest
Methods in org.graylog.events.rest that return NotificationDtoModifier and TypeMethodDescriptionMethods in org.graylog.events.rest that return types with arguments of type NotificationDtoModifier and TypeMethodDescriptionEventNotificationsResource.listNotifications(int page, int perPage, String query) Deprecated.Methods in org.graylog.events.rest with parameters of type NotificationDtoModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseEventNotificationsResource.create(NotificationDto dto, UserContext userContext) javax.ws.rs.core.ResponseEventNotificationsResource.test(NotificationDto dto) javax.ws.rs.core.ResponseEventNotificationsResource.update(@NotBlank String notificationId, NotificationDto dto, UserContext userContext)