Uses of Enum Class
org.duracloud.common.notification.NotificationType
-
Uses of NotificationType in org.duracloud.common.notification
Methods in org.duracloud.common.notification that return NotificationTypeModifier and TypeMethodDescriptionEmailNotifier.getNotificationType()Notifier.getNotificationType()Indicates the type of notifications sent by this notifierstatic NotificationTypeReturns the enum constant of this class with the specified name.static NotificationType[]NotificationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.duracloud.common.notification with parameters of type NotificationTypeModifier and TypeMethodDescriptionvoidNotificationManager.sendAdminNotification(NotificationType type, String subject, String message) Sends a notification to system administrators through all configured notifiers of a given type.voidNotificationManager.sendNotification(NotificationType type, String subject, String message, String... destinations) Sends a notification through all configured notifiers of a given type.