org.kuali.rice.kew.notification.service
Interface NotificationService

All Known Implementing Classes:
DefaultNotificationService, KCBNotificationService

public interface NotificationService

A service which sends notifications regarding the generation of ActionItems.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
ActionItem

Method Summary
 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
 

Method Detail

notify

void notify(List<ActionItem> actionItems)
Send out notifications in regards to the given ActionItems being generated.


removeNotification

void removeNotification(List<ActionItem> actionItems)
Remove notifications for action items that are being deleted

Parameters:
actionItems - actionItems that are being deleted


Copyright © 2005–2015 The Kuali Foundation. All rights reserved.