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 PostProcessorExceptionpublic ProcessDocReport afterActionTaken(ActionType performed, ActionTakenEvent event) throws Exception
afterActionTaken in interface PostProcessorExceptionpublic ProcessDocReport doDeleteRouteHeader(DeleteEvent event) throws Exception
doDeleteRouteHeader in interface PostProcessorExceptionpublic ProcessDocReport doRouteLevelChange(DocumentRouteLevelChange levelChangeEvent) throws Exception
doRouteLevelChange in interface PostProcessorExceptionpublic ProcessDocReport doRouteStatusChange(DocumentRouteStatusChange statusChangeEvent) throws Exception
doRouteStatusChange in interface PostProcessorExceptionpublic ProcessDocReport beforeProcess(BeforeProcessEvent beforeProcessEvent) throws Exception
beforeProcess in interface PostProcessorExceptionpublic ProcessDocReport afterProcess(AfterProcessEvent afterProcessEvent) throws Exception
afterProcess in interface PostProcessorExceptionpublic List<String> getDocumentIdsToLock(DocumentLockingEvent lockingEvent) throws Exception
getDocumentIdsToLock in interface PostProcessorExceptionPostProcessor.getDocumentIdsToLock(org.kuali.rice.kew.framework.postprocessor.DocumentLockingEvent)Copyright © 2005–2014 The Kuali Foundation. All rights reserved.