org.kuali.rice.kew.routemanager
Class ExceptionRoutingTestPostProcessor
java.lang.Object
   org.kuali.rice.kew.routemanager.ExceptionRoutingTestPostProcessor
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:
- doRouteStatusChangein interface- PostProcessor
 
- 
- Throws:
- Exception
 
doRouteLevelChange
public ProcessDocReport doRouteLevelChange(DocumentRouteLevelChange levelChangeEvent)
                                    throws Exception
- 
- Specified by:
- doRouteLevelChangein interface- PostProcessor
 
- 
- Throws:
- Exception
 
doDeleteRouteHeader
public ProcessDocReport doDeleteRouteHeader(DeleteEvent event)
                                     throws Exception
- 
- Specified by:
- doDeleteRouteHeaderin interface- PostProcessor
 
- 
- Throws:
- Exception
 
doActionTaken
public ProcessDocReport doActionTaken(ActionTakenEvent event)
                               throws Exception
- 
- Specified by:
- doActionTakenin interface- PostProcessor
 
- 
- Throws:
- Exception
 
beforeProcess
public ProcessDocReport beforeProcess(BeforeProcessEvent event)
                               throws Exception
- 
- Specified by:
- beforeProcessin interface- PostProcessor
 
- 
- Throws:
- Exception
 
afterProcess
public ProcessDocReport afterProcess(AfterProcessEvent event)
                              throws Exception
- 
- Specified by:
- afterProcessin interface- PostProcessor
 
- 
- Throws:
- Exception
 
getDocumentIdsToLock
public List<Long> getDocumentIdsToLock(DocumentLockingEvent lockingEvent)
                                throws Exception
- 
- Specified by:
- getDocumentIdsToLockin interface- PostProcessor
 
- 
- Throws:
- Exception
 
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.