org.kuali.rice.edl.impl
Class TestEDocLitePostProcessor

java.lang.Object
  extended by org.kuali.rice.kew.postprocessor.DefaultPostProcessor
      extended by org.kuali.rice.edl.framework.workflow.EDocLitePostProcessor
          extended by org.kuali.rice.edl.impl.TestEDocLitePostProcessor
All Implemented Interfaces:
PostProcessor

public class TestEDocLitePostProcessor
extends EDocLitePostProcessor

Used by EDocLitePostProcessorTest to test the #postEvent(Long, Object, String) method

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
static String CONTEXT_NAME
           
 
Fields inherited from class org.kuali.rice.edl.framework.workflow.EDocLitePostProcessor
EVENT_TYPE_ACTION_TAKEN, EVENT_TYPE_DELETE_ROUTE_HEADER, EVENT_TYPE_ROUTE_LEVEL_CHANGE, EVENT_TYPE_ROUTE_STATUS_CHANGE, SUBMIT_URL_MILLISECONDS_WAIT
 
Constructor Summary
TestEDocLitePostProcessor()
           
 
Method Summary
static Document getEDLContent(DocumentRouteHeaderValue routeHeader)
           
static String getURL(Document edlDoc)
           
 
Methods inherited from class org.kuali.rice.edl.framework.workflow.EDocLitePostProcessor
doActionTaken, doDeleteRouteHeader, doRouteLevelChange, doRouteStatusChange, getDocumentBuilder, getEDLContent, postEvent, propertiesToXml
 
Methods inherited from class org.kuali.rice.kew.postprocessor.DefaultPostProcessor
afterActionTaken, afterProcess, beforeProcess, getDocumentIdsToLock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTEXT_NAME

public static final String CONTEXT_NAME
See Also:
Constant Field Values
Constructor Detail

TestEDocLitePostProcessor

public TestEDocLitePostProcessor()
Method Detail

getURL

public static String getURL(Document edlDoc)
                     throws XPathExpressionException
Throws:
XPathExpressionException

getEDLContent

public static Document getEDLContent(DocumentRouteHeaderValue routeHeader)
                              throws Exception
Throws:
Exception


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