public class RulePostProcessor extends org.kuali.rice.kew.postprocessor.DefaultPostProcessor
PostProcessor implementation for rules. Delegates to the
org.kuali.rice.kew.rule.service.RuleServiceInternal#makeCurrent(Long) method.org.kuali.rice.kew.rule.service.RuleServiceInternal#makeCurrent(Long)| Constructor and Description |
|---|
RulePostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.kew.framework.postprocessor.ProcessDocReport |
doDeleteRouteHeader(org.kuali.rice.kew.framework.postprocessor.DeleteEvent event) |
org.kuali.rice.kew.framework.postprocessor.ProcessDocReport |
doRouteLevelChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteLevelChange levelChangeEvent) |
org.kuali.rice.kew.framework.postprocessor.ProcessDocReport |
doRouteStatusChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange statusChangeEvent) |
String |
getVersion() |
public RulePostProcessor()
public org.kuali.rice.kew.framework.postprocessor.ProcessDocReport doRouteStatusChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange statusChangeEvent) throws Exception
doRouteStatusChange in interface org.kuali.rice.kew.framework.postprocessor.PostProcessordoRouteStatusChange in class org.kuali.rice.kew.postprocessor.DefaultPostProcessorExceptionpublic org.kuali.rice.kew.framework.postprocessor.ProcessDocReport doRouteLevelChange(org.kuali.rice.kew.framework.postprocessor.DocumentRouteLevelChange levelChangeEvent) throws Exception
doRouteLevelChange in interface org.kuali.rice.kew.framework.postprocessor.PostProcessordoRouteLevelChange in class org.kuali.rice.kew.postprocessor.DefaultPostProcessorExceptionpublic org.kuali.rice.kew.framework.postprocessor.ProcessDocReport doDeleteRouteHeader(org.kuali.rice.kew.framework.postprocessor.DeleteEvent event) throws Exception
doDeleteRouteHeader in interface org.kuali.rice.kew.framework.postprocessor.PostProcessordoDeleteRouteHeader in class org.kuali.rice.kew.postprocessor.DefaultPostProcessorExceptionpublic String getVersion() throws Exception
ExceptionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.