public class PostProcessor extends Object implements org.kuali.rice.kew.framework.postprocessor.PostProcessor
Constructor and Description |
---|
PostProcessor() |
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.kew.framework.postprocessor.ProcessDocReport |
afterActionTaken(org.kuali.rice.kew.api.action.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 arg0) |
org.kuali.rice.kew.framework.postprocessor.ProcessDocReport |
beforeProcess(org.kuali.rice.kew.framework.postprocessor.BeforeProcessEvent arg0) |
org.kuali.rice.kew.framework.postprocessor.ProcessDocReport |
doActionTaken(org.kuali.rice.kew.framework.postprocessor.ActionTakenEvent event) |
org.kuali.rice.kew.framework.postprocessor.ProcessDocReport |
doDeleteRouteHeader(org.kuali.rice.kew.framework.postprocessor.DeleteEvent event) |
org.kuali.rice.kew.framework.postprocessor.ProcessDocReport |
doRouteLevelChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteLevelChange levelChangeEvent) |
org.kuali.rice.kew.framework.postprocessor.ProcessDocReport |
doRouteStatusChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange statusChangeEvent) |
List<String> |
getDocumentIdsToLock(org.kuali.rice.kew.framework.postprocessor.DocumentLockingEvent arg0) |
public PostProcessor()
public List<String> getDocumentIdsToLock(org.kuali.rice.kew.framework.postprocessor.DocumentLockingEvent arg0) throws Exception
getDocumentIdsToLock
in interface org.kuali.rice.kew.framework.postprocessor.PostProcessor
Exception
public org.kuali.rice.kew.framework.postprocessor.ProcessDocReport doRouteStatusChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange statusChangeEvent) throws Exception
doRouteStatusChange
in interface org.kuali.rice.kew.framework.postprocessor.PostProcessor
Exception
org.kuali.rice.kew.clientapp.PostProcessorRemote#doRouteStatusChange(org.kuali.rice.kew.clientapp.vo.DocumentRouteStatusChange)
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.PostProcessor
Exception
org.kuali.rice.kew.clientapp.PostProcessorRemote#doActionTaken(org.kuali.rice.kew.clientapp.vo.ActionTakenEventDTO)
public org.kuali.rice.kew.framework.postprocessor.ProcessDocReport doDeleteRouteHeader(org.kuali.rice.kew.framework.postprocessor.DeleteEvent event) throws Exception
doDeleteRouteHeader
in interface org.kuali.rice.kew.framework.postprocessor.PostProcessor
Exception
org.kuali.rice.kew.clientapp.PostProcessorRemote#doDeleteRouteHeader(org.kuali.rice.kew.clientapp.vo.DeleteEventDTO)
public org.kuali.rice.kew.framework.postprocessor.ProcessDocReport doRouteLevelChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteLevelChange levelChangeEvent) throws Exception
doRouteLevelChange
in interface org.kuali.rice.kew.framework.postprocessor.PostProcessor
Exception
org.kuali.rice.kew.clientapp.PostProcessorRemote#doRouteLevelChange(org.kuali.rice.kew.clientapp.vo.DocumentRouteLevelChangeDTO)
public org.kuali.rice.kew.framework.postprocessor.ProcessDocReport afterProcess(org.kuali.rice.kew.framework.postprocessor.AfterProcessEvent arg0) throws Exception
afterProcess
in interface org.kuali.rice.kew.framework.postprocessor.PostProcessor
Exception
public org.kuali.rice.kew.framework.postprocessor.ProcessDocReport beforeProcess(org.kuali.rice.kew.framework.postprocessor.BeforeProcessEvent arg0) throws Exception
beforeProcess
in interface org.kuali.rice.kew.framework.postprocessor.PostProcessor
Exception
public org.kuali.rice.kew.framework.postprocessor.ProcessDocReport afterActionTaken(org.kuali.rice.kew.api.action.ActionType performed, org.kuali.rice.kew.framework.postprocessor.ActionTakenEvent event) throws Exception
afterActionTaken
in interface org.kuali.rice.kew.framework.postprocessor.PostProcessor
Exception
Copyright © 2004–2016 The Kuali Foundation. All rights reserved.