public class NotificationSenderFormPostProcessor extends Object implements org.kuali.rice.kew.framework.postprocessor.PostProcessor
| Constructor and Description |
|---|
NotificationSenderFormPostProcessor()
Constructs a NotificationSenderFormPostProcessor instance.
|
NotificationSenderFormPostProcessor(NotificationService notificationService,
DataObjectService dataObjectService)
Constructs a NotificationSenderFormPostProcessor instance.
|
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.kew.framework.postprocessor.ProcessDocReport |
afterActionTaken(ActionType performed,
org.kuali.rice.kew.framework.postprocessor.ActionTakenEvent event) |
org.kuali.rice.kew.framework.postprocessor.ProcessDocReport |
afterProcess(org.kuali.rice.kew.framework.postprocessor.AfterProcessEvent afterProcessEvent) |
org.kuali.rice.kew.framework.postprocessor.ProcessDocReport |
beforeProcess(org.kuali.rice.kew.framework.postprocessor.BeforeProcessEvent beforeProcessEvent) |
org.kuali.rice.kew.framework.postprocessor.ProcessDocReport |
doActionTaken(org.kuali.rice.kew.framework.postprocessor.ActionTakenEvent arg0) |
org.kuali.rice.kew.framework.postprocessor.ProcessDocReport |
doDeleteRouteHeader(org.kuali.rice.kew.framework.postprocessor.DeleteEvent arg0) |
org.kuali.rice.kew.framework.postprocessor.ProcessDocReport |
doRouteLevelChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteLevelChange arg0) |
org.kuali.rice.kew.framework.postprocessor.ProcessDocReport |
doRouteStatusChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange arg0)
When the EDL simple message sending form is submitted, it is routed straight to FINAL and at that time (when RESOLVED), we
actually send the notification.
|
List<String> |
getDocumentIdsToLock(org.kuali.rice.kew.framework.postprocessor.DocumentLockingEvent documentLockingEvent) |
public NotificationSenderFormPostProcessor()
public NotificationSenderFormPostProcessor(NotificationService notificationService, DataObjectService dataObjectService)
notificationService - dataObjectService - public org.kuali.rice.kew.framework.postprocessor.ProcessDocReport doActionTaken(org.kuali.rice.kew.framework.postprocessor.ActionTakenEvent arg0) throws Exception
doActionTaken in interface org.kuali.rice.kew.framework.postprocessor.PostProcessorExceptionPostProcessor.doActionTaken(org.kuali.rice.kew.framework.postprocessor.ActionTakenEvent)public org.kuali.rice.kew.framework.postprocessor.ProcessDocReport afterActionTaken(ActionType performed, org.kuali.rice.kew.framework.postprocessor.ActionTakenEvent event) throws Exception
afterActionTaken in interface org.kuali.rice.kew.framework.postprocessor.PostProcessorExceptionPostProcessor.afterActionTaken(org.kuali.rice.kew.api.action.ActionType, org.kuali.rice.kew.framework.postprocessor.ActionTakenEvent)public org.kuali.rice.kew.framework.postprocessor.ProcessDocReport doDeleteRouteHeader(org.kuali.rice.kew.framework.postprocessor.DeleteEvent arg0) throws Exception
doDeleteRouteHeader in interface org.kuali.rice.kew.framework.postprocessor.PostProcessorExceptionPostProcessor.doDeleteRouteHeader(org.kuali.rice.kew.framework.postprocessor.DeleteEvent)public org.kuali.rice.kew.framework.postprocessor.ProcessDocReport doRouteLevelChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteLevelChange arg0) throws Exception
doRouteLevelChange in interface org.kuali.rice.kew.framework.postprocessor.PostProcessorExceptionPostProcessor.doRouteLevelChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteLevelChange)public org.kuali.rice.kew.framework.postprocessor.ProcessDocReport doRouteStatusChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange arg0) throws Exception
doRouteStatusChange in interface org.kuali.rice.kew.framework.postprocessor.PostProcessorExceptionPostProcessor.doRouteStatusChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange)public org.kuali.rice.kew.framework.postprocessor.ProcessDocReport beforeProcess(org.kuali.rice.kew.framework.postprocessor.BeforeProcessEvent beforeProcessEvent) throws Exception
beforeProcess in interface org.kuali.rice.kew.framework.postprocessor.PostProcessorExceptionPostProcessor.beforeProcess(org.kuali.rice.kew.framework.postprocessor.BeforeProcessEvent)public org.kuali.rice.kew.framework.postprocessor.ProcessDocReport afterProcess(org.kuali.rice.kew.framework.postprocessor.AfterProcessEvent afterProcessEvent) throws Exception
afterProcess in interface org.kuali.rice.kew.framework.postprocessor.PostProcessorExceptionPostProcessor.afterProcess(org.kuali.rice.kew.framework.postprocessor.AfterProcessEvent)public List<String> getDocumentIdsToLock(org.kuali.rice.kew.framework.postprocessor.DocumentLockingEvent documentLockingEvent) throws Exception
getDocumentIdsToLock in interface org.kuali.rice.kew.framework.postprocessor.PostProcessorExceptionPostProcessor.getDocumentIdsToLock(org.kuali.rice.kew.framework.postprocessor.DocumentLockingEvent)Copyright © 2005–2016 The Kuali Foundation. All rights reserved.