Uses of Class
org.duracloud.common.notification.NotificationType
-
-
Uses of NotificationType in org.duracloud.common.notification
Methods in org.duracloud.common.notification that return NotificationType Modifier and Type Method Description NotificationTypeEmailNotifier. getNotificationType()NotificationTypeNotifier. getNotificationType()Indicates the type of notifications sent by this notifierstatic NotificationTypeNotificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationType[]NotificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.duracloud.common.notification with parameters of type NotificationType Modifier and Type Method Description voidNotificationManager. 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.
-