org.kuali.rice.kew.actions
Class RecallActionTest.RecallTestPostProcessor

java.lang.Object
  extended by org.kuali.rice.kew.postprocessor.DefaultPostProcessor
      extended by org.kuali.rice.kew.actions.RecallActionTest.RecallTestPostProcessor
All Implemented Interfaces:
PostProcessor
Enclosing class:
RecallActionTest

public static class RecallActionTest.RecallTestPostProcessor
extends DefaultPostProcessor

test postprocessor for testing afterActionTaken hook


Field Summary
static ActionTakenEvent afterActionTakenEvent
           
static ActionType afterActionTakenType
           
 
Constructor Summary
RecallActionTest.RecallTestPostProcessor()
           
 
Method Summary
 ProcessDocReport afterActionTaken(ActionType performed, ActionTakenEvent event)
           
 
Methods inherited from class org.kuali.rice.kew.postprocessor.DefaultPostProcessor
afterProcess, beforeProcess, doActionTaken, doDeleteRouteHeader, doRouteLevelChange, doRouteStatusChange, getDocumentIdsToLock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

afterActionTakenType

public static ActionType afterActionTakenType

afterActionTakenEvent

public static ActionTakenEvent afterActionTakenEvent
Constructor Detail

RecallActionTest.RecallTestPostProcessor

public RecallActionTest.RecallTestPostProcessor()
Method Detail

afterActionTaken

public ProcessDocReport afterActionTaken(ActionType performed,
                                         ActionTakenEvent event)
                                  throws Exception
Specified by:
afterActionTaken in interface PostProcessor
Overrides:
afterActionTaken in class DefaultPostProcessor
Throws:
Exception


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.