public class NotificationsFacade extends Object
| Constructor and Description |
|---|
NotificationsFacade() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addNotificationToBeSent(BpmNotification notification)
Saves given notifications to database
|
static Collection<BpmNotificationMailProperties> |
getNotificationMailProperties()
Get all notifications properties
|
static Collection<BpmNotification> |
getNotificationsToSend()
Get all notifications waiting to be sent
|
static void |
removeNotification(BpmNotification notification) |
public static Collection<BpmNotification> getNotificationsToSend()
public static Collection<BpmNotificationMailProperties> getNotificationMailProperties()
public static void addNotificationToBeSent(BpmNotification notification)
public static void removeNotification(BpmNotification notification)
Copyright © 2013. All Rights Reserved.