Class DefaultPostProcessor

java.lang.Object
org.kuali.rice.kew.postprocessor.DefaultPostProcessor
All Implemented Interfaces:
PostProcessor

public class DefaultPostProcessor extends Object implements PostProcessor
A simple default implementation of the PostProcessor which can be used as a superclass for post processor which don't want to implement all the methods on the interface. Simply returns a "true" ProcessDocReport for all events exception for deletion.
Author:
Kuali Rice Team (rice.collab@kuali.org)