| Package | Description |
|---|---|
| org.visallo.core.model.notification |
| Modifier and Type | Method and Description |
|---|---|
SystemNotificationSeverity |
SystemNotification.getSeverity() |
static SystemNotificationSeverity |
SystemNotificationSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemNotificationSeverity[] |
SystemNotificationSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SystemNotification |
SystemNotificationRepository.createNotification(SystemNotificationSeverity severity,
String title,
String message,
String externalUrl,
Date startDate,
Date endDate,
User user) |
SystemNotification |
SystemNotificationRepository.createNotification(SystemNotificationSeverity severity,
String title,
String message,
String actionEvent,
org.json.JSONObject actionPayload,
Date startDate,
Date endDate,
User user) |
void |
SystemNotification.setSeverity(SystemNotificationSeverity severity) |
Copyright © 2013–2017 V5 Analytics. All rights reserved.