org.kuali.rice.kew.notification.service.impl
Class KCBNotificationService
java.lang.Object
org.kuali.rice.kew.notification.service.impl.DefaultNotificationService
org.kuali.rice.kew.notification.service.impl.KCBNotificationService
- All Implemented Interfaces:
- NotificationService
public class KCBNotificationService
- extends DefaultNotificationService
NotificationService implementation that delegates to KCB
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KCBNotificationService
public KCBNotificationService()
sendNotification
protected void sendNotification(ActionItem actionItem)
- Description copied from class:
DefaultNotificationService
- Sends a notification
- Overrides:
sendNotification
in class DefaultNotificationService
- Parameters:
actionItem
- the action item
removeNotification
public void removeNotification(List<ActionItem> actionItems)
- Description copied from interface:
NotificationService
- Remove notifications for action items that are being deleted
- Specified by:
removeNotification
in interface NotificationService
- Overrides:
removeNotification
in class DefaultNotificationService
- Parameters:
actionItems
- actionItems that are being deleted
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.