public class NotificationPostProcessor extends Object implements org.kuali.rice.kew.framework.postprocessor.PostProcessor
| Constructor and Description |
|---|
NotificationPostProcessor()
Constructs a NotificationPostProcessor 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 event)
Need to intercept ACKNOWLEDGE or FYI actions taken on notification workflow documents and set the local state of the
Notification to REMOVED as well.
|
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) |
List<String> |
getDocumentIdsToLock(org.kuali.rice.kew.framework.postprocessor.DocumentLockingEvent documentLockingEvent) |
public NotificationPostProcessor()
public org.kuali.rice.kew.framework.postprocessor.ProcessDocReport doActionTaken(org.kuali.rice.kew.framework.postprocessor.ActionTakenEvent event) 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–2017 The Kuali Foundation. All rights reserved.