Interface NotificationService

All Known Implementing Classes:
DefaultNotificationService

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

    Modifier and Type
    Method
    Description
    void
    notify(List<org.kuali.rice.kew.api.action.ActionItem> actionItems)
    Send out notifications in regards to the given ActionItems being generated.
    void
    removeNotification(List<org.kuali.rice.kew.api.action.ActionItem> actionItems)
    Remove notifications for action items that are being deleted
  • Method Details

    • notify

      void notify(List<org.kuali.rice.kew.api.action.ActionItem> actionItems)
      Send out notifications in regards to the given ActionItems being generated.
    • removeNotification

      void removeNotification(List<org.kuali.rice.kew.api.action.ActionItem> actionItems)
      Remove notifications for action items that are being deleted
      Parameters:
      actionItems - actionItems that are being deleted