|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 |
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 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |