|
||||||||||
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
Field Summary | |
---|---|
private static String |
USER_AUTH_ID
|
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)
|
private String |
getPrincipalId(String principalName)
|
private boolean |
isDocumentPostProcessable(WorkflowDocument doc)
|
private boolean |
isDocumentPostProcessable(WorkflowDocument doc,
List<String> validNodeNames)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final String USER_AUTH_ID
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.postprocessor.DocumentLockingEvent)
private boolean isDocumentPostProcessable(WorkflowDocument doc) throws WorkflowException
WorkflowException
private boolean isDocumentPostProcessable(WorkflowDocument doc, List<String> validNodeNames) throws WorkflowException
WorkflowException
private String getPrincipalId(String principalName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |