| Package | Description |
|---|---|
| org.visallo.core.model.notification |
| Modifier and Type | Method and Description |
|---|---|
ExpirationAge |
UserNotification.getExpirationAge() |
| 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) |
| Constructor and Description |
|---|
UserNotification(String userId,
String title,
String message,
String actionEvent,
org.json.JSONObject actionPayload,
Date sentDate,
ExpirationAge expirationAge) |
UserNotification(String userId,
String title,
String message,
String actionEvent,
org.json.JSONObject actionPayload,
ExpirationAge expirationAge) |
Copyright © 2013–2017 V5 Analytics. All rights reserved.