| Package | Description |
|---|---|
| org.streampipes.model.client.messages |
| Modifier and Type | Method and Description |
|---|---|
static Notification |
Notifications.create(NotificationType type) |
static Notification |
Notifications.create(NotificationType type,
String info) |
Notification |
NotificationType.uiNotification() |
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
Message.getNotifications() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Message.addNotification(Notification notification) |
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setNotifications(List<Notification> notifications) |
| Constructor and Description |
|---|
ErrorMessage(Notification... notifications) |
Message(boolean success,
Notification... notifications) |
SuccessMessage(Notification... notifications) |
| Constructor and Description |
|---|
ErrorMessage(List<Notification> notifications) |
ErrorMessage(String elementName,
List<Notification> notifications) |
Message(boolean success,
List<Notification> notifications) |
Message(boolean success,
List<Notification> notifications,
String elementName) |
SuccessMessage(List<Notification> notifications) |
SuccessMessage(String elementName,
List<Notification> notifications) |
Copyright © 2019. All rights reserved.