| Package | Description |
|---|---|
| org.visallo.core.model.notification | |
| org.visallo.core.model.workQueue |
| Modifier and Type | Method and Description |
|---|---|
UserNotification |
UserNotificationRepository.createNotification(String userId,
String title,
String message,
String externalUrl,
ExpirationAge expirationAge,
User authUser) |
UserNotification |
UserNotificationRepository.createNotification(String userId,
String title,
String message,
String actionEvent,
org.json.JSONObject actionPayload,
ExpirationAge expirationAge,
User authUser) |
UserNotification |
UserNotificationRepository.getNotification(String notificationId,
User user) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<UserNotification> |
UserNotificationRepository.getActiveNotifications(User user) |
java.util.stream.Stream<UserNotification> |
UserNotificationRepository.getActiveNotificationsOlderThan(int duration,
TimeUnit timeUnit,
User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkQueueRepository.pushUserNotification(UserNotification notification) |
Copyright © 2013–2017 V5 Analytics. All rights reserved.