public interface NotificationService
ActionItem
Modifier and Type | Method and Description |
---|---|
void |
notify(List<ActionItem> actionItems)
Send out notifications in regards to the given ActionItems being generated.
|
void |
removeNotification(List<ActionItem> actionItems)
Remove notifications for action items that are being deleted
|
void notify(List<ActionItem> actionItems)
void removeNotification(List<ActionItem> actionItems)
actionItems
- actionItems that are being deletedCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.