|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kew.notification.service.impl.DefaultNotificationService
public class DefaultNotificationService
The default implementation of the NotificationService.
Field Summary | |
---|---|
protected org.apache.log4j.Logger |
LOG
|
Constructor Summary | |
---|---|
DefaultNotificationService()
|
Method Summary | |
---|---|
protected boolean |
isItemOriginatingFromSave(ActionItem actionItem)
Returns true if the ActionItem doesn't represent a request generated from a "SAVE" action or, if it does, returns true if the document type policy |
void |
notify(List<ActionItem> actionItems)
Queues up immediate email processors for ActionItem notification. |
void |
removeNotification(List<ActionItem> actionItems)
Remove notifications for action items that are being deleted |
protected void |
sendNotification(ActionItem actionItem)
Sends a notification |
protected boolean |
shouldNotify(ActionItem actionItem)
|
protected boolean |
shouldNotifyOnSave(ActionItem actionItem)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final org.apache.log4j.Logger LOG
Constructor Detail |
---|
public DefaultNotificationService()
Method Detail |
---|
public void notify(List<ActionItem> actionItems)
notify
in interface NotificationService
protected void sendNotification(ActionItem actionItem)
actionItem
- the action itemprotected boolean shouldNotify(ActionItem actionItem)
protected boolean isItemOriginatingFromSave(ActionItem actionItem)
protected boolean shouldNotifyOnSave(ActionItem actionItem)
public void removeNotification(List<ActionItem> actionItems)
NotificationService
removeNotification
in interface NotificationService
actionItems
- actionItems that are being deleted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |