public class SuperUserActionInvalidPostProcessor extends Object implements PostProcessor
Constructor and Description |
---|
SuperUserActionInvalidPostProcessor() |
Modifier and Type | Method and Description |
---|---|
ProcessDocReport |
afterActionTaken(ActionType performed,
ActionTakenEvent event)
THIS METHOD WILL THROW AN EXCEPTION IF OLD ROUTE NODE IS 'WorkflowTemplate'
|
ProcessDocReport |
afterProcess(AfterProcessEvent afterProcessEvent)
THIS METHOD WILL THROW AN EXCEPTION IF OLD ROUTE NODE IS 'WorkflowTemplate'
|
ProcessDocReport |
beforeProcess(BeforeProcessEvent beforeProcessEvent)
THIS METHOD WILL THROW AN EXCEPTION IF OLD ROUTE NODE IS 'WorkflowTemplate'
|
ProcessDocReport |
doActionTaken(ActionTakenEvent event)
THIS METHOD WILL THROW AN EXCEPTION IF OLD ROUTE NODE IS 'WorkflowTemplate'
|
ProcessDocReport |
doDeleteRouteHeader(DeleteEvent event)
THIS METHOD WILL THROW AN EXCEPTION IF OLD ROUTE NODE IS 'WorkflowTemplate'
|
ProcessDocReport |
doRouteLevelChange(DocumentRouteLevelChange levelChangeEvent)
THIS METHOD WILL THROW AN EXCEPTION IF OLD ROUTE NODE IS 'WorkflowTemplate'
|
ProcessDocReport |
doRouteStatusChange(DocumentRouteStatusChange statusChangeEvent)
THIS METHOD WILL THROW AN EXCEPTION IF OLD ROUTE NODE IS 'WorkflowTemplate'
|
List<String> |
getDocumentIdsToLock(DocumentLockingEvent lockingEvent) |
public SuperUserActionInvalidPostProcessor()
public ProcessDocReport doActionTaken(ActionTakenEvent event) throws Exception
doActionTaken
in interface PostProcessor
Exception
public ProcessDocReport afterActionTaken(ActionType performed, ActionTakenEvent event) throws Exception
afterActionTaken
in interface PostProcessor
Exception
public ProcessDocReport doDeleteRouteHeader(DeleteEvent event) throws Exception
doDeleteRouteHeader
in interface PostProcessor
Exception
public ProcessDocReport doRouteLevelChange(DocumentRouteLevelChange levelChangeEvent) throws Exception
doRouteLevelChange
in interface PostProcessor
Exception
public ProcessDocReport doRouteStatusChange(DocumentRouteStatusChange statusChangeEvent) throws Exception
doRouteStatusChange
in interface PostProcessor
Exception
public ProcessDocReport beforeProcess(BeforeProcessEvent beforeProcessEvent) throws Exception
beforeProcess
in interface PostProcessor
Exception
public ProcessDocReport afterProcess(AfterProcessEvent afterProcessEvent) throws Exception
afterProcess
in interface PostProcessor
Exception
public List<String> getDocumentIdsToLock(DocumentLockingEvent lockingEvent) throws Exception
getDocumentIdsToLock
in interface PostProcessor
Exception
PostProcessor.getDocumentIdsToLock(org.kuali.rice.kew.framework.postprocessor.DocumentLockingEvent)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.