|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kew.actions.SuperUserActionInvalidPostProcessor
public class SuperUserActionInvalidPostProcessor
This is a post processor class used for a Super User Test
| Constructor Summary | |
|---|---|
SuperUserActionInvalidPostProcessor()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SuperUserActionInvalidPostProcessor()
| Method Detail |
|---|
public ProcessDocReport doActionTaken(ActionTakenEvent event)
throws Exception
doActionTaken in interface PostProcessorException
public ProcessDocReport afterActionTaken(ActionType performed,
ActionTakenEvent event)
throws Exception
afterActionTaken in interface PostProcessorException
public ProcessDocReport doDeleteRouteHeader(DeleteEvent event)
throws Exception
doDeleteRouteHeader in interface PostProcessorException
public ProcessDocReport doRouteLevelChange(DocumentRouteLevelChange levelChangeEvent)
throws Exception
doRouteLevelChange in interface PostProcessorException
public ProcessDocReport doRouteStatusChange(DocumentRouteStatusChange statusChangeEvent)
throws Exception
doRouteStatusChange in interface PostProcessorException
public ProcessDocReport beforeProcess(BeforeProcessEvent beforeProcessEvent)
throws Exception
beforeProcess in interface PostProcessorException
public ProcessDocReport afterProcess(AfterProcessEvent afterProcessEvent)
throws Exception
afterProcess in interface PostProcessorException
public List<String> getDocumentIdsToLock(DocumentLockingEvent lockingEvent)
throws Exception
getDocumentIdsToLock in interface PostProcessorExceptionPostProcessor.getDocumentIdsToLock(org.kuali.rice.kew.framework.postprocessor.DocumentLockingEvent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||