Uses of Enum Class
org.graylog2.notifications.Notification.Type
Packages that use Notification.Type
-
Uses of Notification.Type in org.graylog.events.processor.systemnotification
Methods in org.graylog.events.processor.systemnotification that return Notification.TypeModifier and TypeMethodDescriptionabstract Notification.TypeSystemNotificationEventProcessorParameters.notificationType()Methods in org.graylog.events.processor.systemnotification with parameters of type Notification.TypeModifier and TypeMethodDescriptionSystemNotificationEventProcessorParameters.Builder.notificationType(Notification.Type notificationType) SystemNotificationRenderService.render(Notification.Type type, String key, SystemNotificationRenderService.Format format, Map<String, Object> values) SystemNotificationRenderResource.renderHtml(Notification.Type type, TemplateRenderRequest request) SystemNotificationRenderResource.renderHtmlWithKey(Notification.Type type, String key, TemplateRenderRequest request) SystemNotificationRenderResource.renderPlainText(Notification.Type type, TemplateRenderRequest request) SystemNotificationRenderResource.renderPlainTextWithKey(Notification.Type type, String key, TemplateRenderRequest request) -
Uses of Notification.Type in org.graylog2.notifications
Methods in org.graylog2.notifications that return Notification.TypeModifier and TypeMethodDescriptionNotification.getType()NotificationImpl.getType()static Notification.TypeReturns the enum constant of this class with the specified name.static Notification.Type[]Notification.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog2.notifications with parameters of type Notification.TypeModifier and TypeMethodDescriptionNotification.addType(Notification.Type type) NotificationImpl.addType(Notification.Type type) intNotificationService.destroyAllByType(Notification.Type type) intNotificationServiceImpl.destroyAllByType(Notification.Type type) intNotificationService.destroyAllByTypeAndKey(Notification.Type type, String key) intNotificationServiceImpl.destroyAllByTypeAndKey(Notification.Type type, String key) booleanNotificationService.fixed(Notification.Type type) booleanNotificationService.fixed(Notification.Type type, String key) booleanNotificationService.fixed(Notification.Type type, Node node) booleanNotificationServiceImpl.fixed(Notification.Type type) booleanNotificationServiceImpl.fixed(Notification.Type type, String key) booleanNotificationServiceImpl.fixed(Notification.Type type, Node node) NotificationService.getByTypeAndKey(Notification.Type type, String key) NotificationServiceImpl.getByTypeAndKey(Notification.Type type, String key) booleanNotificationService.isFirst(Notification.Type type) booleanNotificationServiceImpl.isFirst(Notification.Type type)