org.kuali.rice.kew.routemanager
Class ExceptionRoutingTestPostProcessor
java.lang.Object
org.kuali.rice.kew.routemanager.ExceptionRoutingTestPostProcessor
- All Implemented Interfaces:
- PostProcessor
public class ExceptionRoutingTestPostProcessor
- extends Object
- implements PostProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
THROW_ROUTE_STATUS_CHANGE_EXCEPTION
public static boolean THROW_ROUTE_STATUS_CHANGE_EXCEPTION
THROW_ROUTE_STATUS_LEVEL_EXCEPTION
public static boolean THROW_ROUTE_STATUS_LEVEL_EXCEPTION
THROW_ROUTE_DELETE_ROUTE_HEADER_EXCEPTION
public static boolean THROW_ROUTE_DELETE_ROUTE_HEADER_EXCEPTION
THROW_DO_ACTION_TAKEN_EXCEPTION
public static boolean THROW_DO_ACTION_TAKEN_EXCEPTION
THROW_BEFORE_PROCESS_EXCEPTION
public static boolean THROW_BEFORE_PROCESS_EXCEPTION
THROW_AFTER_PROCESS_EXCEPTION
public static boolean THROW_AFTER_PROCESS_EXCEPTION
THROW_DOCUMENT_LOCKING_EXCEPTION
public static boolean THROW_DOCUMENT_LOCKING_EXCEPTION
TRANSITIONED_OUT_OF_EXCEPTION_ROUTING
public static boolean TRANSITIONED_OUT_OF_EXCEPTION_ROUTING
BLOW_UP_ON_TRANSITION_INTO_EXCEPTION
public static boolean BLOW_UP_ON_TRANSITION_INTO_EXCEPTION
ExceptionRoutingTestPostProcessor
public ExceptionRoutingTestPostProcessor()
doRouteStatusChange
public ProcessDocReport doRouteStatusChange(DocumentRouteStatusChange statusChangeEvent)
throws Exception
- Specified by:
doRouteStatusChange
in interface PostProcessor
- Throws:
Exception
doRouteLevelChange
public ProcessDocReport doRouteLevelChange(DocumentRouteLevelChange levelChangeEvent)
throws Exception
- Specified by:
doRouteLevelChange
in interface PostProcessor
- Throws:
Exception
doDeleteRouteHeader
public ProcessDocReport doDeleteRouteHeader(DeleteEvent event)
throws Exception
- Specified by:
doDeleteRouteHeader
in interface PostProcessor
- Throws:
Exception
doActionTaken
public ProcessDocReport doActionTaken(ActionTakenEvent event)
throws Exception
- Specified by:
doActionTaken
in interface PostProcessor
- Throws:
Exception
afterActionTaken
public ProcessDocReport afterActionTaken(ActionType performed,
ActionTakenEvent event)
throws Exception
- Specified by:
afterActionTaken
in interface PostProcessor
- Throws:
Exception
beforeProcess
public ProcessDocReport beforeProcess(BeforeProcessEvent event)
throws Exception
- Specified by:
beforeProcess
in interface PostProcessor
- Throws:
Exception
afterProcess
public ProcessDocReport afterProcess(AfterProcessEvent event)
throws Exception
- Specified by:
afterProcess
in interface PostProcessor
- Throws:
Exception
getDocumentIdsToLock
public List<String> getDocumentIdsToLock(DocumentLockingEvent lockingEvent)
throws Exception
- Specified by:
getDocumentIdsToLock
in interface PostProcessor
- Throws:
Exception
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.