Class EDocLiteDatabasePostProcessor
- java.lang.Object
-
- org.kuali.rice.kew.postprocessor.DefaultPostProcessor
-
- org.kuali.rice.edl.framework.workflow.EDocLitePostProcessor
-
- org.kuali.rice.edl.framework.workflow.EDocLiteDatabasePostProcessor
-
- All Implemented Interfaces:
org.kuali.rice.kew.framework.postprocessor.PostProcessor
public class EDocLiteDatabasePostProcessor extends EDocLitePostProcessor
-
-
Field Summary
-
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
Constructors Constructor Description EDocLiteDatabasePostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kuali.rice.kew.framework.postprocessor.ProcessDocReportdoActionTaken(org.kuali.rice.kew.framework.postprocessor.ActionTakenEvent event)org.kuali.rice.kew.framework.postprocessor.ProcessDocReportdoDeleteRouteHeader(org.kuali.rice.kew.framework.postprocessor.DeleteEvent event)org.kuali.rice.kew.framework.postprocessor.ProcessDocReportdoRouteLevelChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteLevelChange event)org.kuali.rice.kew.framework.postprocessor.ProcessDocReportdoRouteStatusChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange event)-
Methods inherited from class org.kuali.rice.edl.framework.workflow.EDocLitePostProcessor
getDocumentBuilder, getEDLContent, postEvent, propertiesToXml
-
-
-
-
Method Detail
-
doRouteStatusChange
public org.kuali.rice.kew.framework.postprocessor.ProcessDocReport doRouteStatusChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange event) throws java.rmi.RemoteException- Specified by:
doRouteStatusChangein interfaceorg.kuali.rice.kew.framework.postprocessor.PostProcessor- Overrides:
doRouteStatusChangein classEDocLitePostProcessor- Throws:
java.rmi.RemoteException
-
doActionTaken
public org.kuali.rice.kew.framework.postprocessor.ProcessDocReport doActionTaken(org.kuali.rice.kew.framework.postprocessor.ActionTakenEvent event) throws java.rmi.RemoteException- Specified by:
doActionTakenin interfaceorg.kuali.rice.kew.framework.postprocessor.PostProcessor- Overrides:
doActionTakenin classEDocLitePostProcessor- Throws:
java.rmi.RemoteException
-
doDeleteRouteHeader
public org.kuali.rice.kew.framework.postprocessor.ProcessDocReport doDeleteRouteHeader(org.kuali.rice.kew.framework.postprocessor.DeleteEvent event) throws java.rmi.RemoteException- Specified by:
doDeleteRouteHeaderin interfaceorg.kuali.rice.kew.framework.postprocessor.PostProcessor- Overrides:
doDeleteRouteHeaderin classEDocLitePostProcessor- Throws:
java.rmi.RemoteException
-
doRouteLevelChange
public org.kuali.rice.kew.framework.postprocessor.ProcessDocReport doRouteLevelChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteLevelChange event) throws java.rmi.RemoteException- Specified by:
doRouteLevelChangein interfaceorg.kuali.rice.kew.framework.postprocessor.PostProcessor- Overrides:
doRouteLevelChangein classEDocLitePostProcessor- Throws:
java.rmi.RemoteException
-
-