org.kuali.rice.kew.framework.postprocessor
Class ProcessDocReport
java.lang.Object
   org.kuali.rice.kew.framework.postprocessor.ProcessDocReport
org.kuali.rice.kew.framework.postprocessor.ProcessDocReport
- All Implemented Interfaces: 
- Serializable
- public class ProcessDocReport 
- extends Object- implements Serializable
Returned from a PostProcessor to indicate success of failure of
 a particular event.  If success is false then this will typically trigger
 the document to go into exception routing.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- PostProcessor, 
Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ProcessDocReport
public ProcessDocReport(boolean success)
ProcessDocReport
public ProcessDocReport(boolean success,
                        String message)
ProcessDocReport
public ProcessDocReport(boolean success,
                        String message,
                        Exception e)
getMessage
public String getMessage()
- 
 
- 
 
getProcessException
public Exception getProcessException()
- 
 
- 
 
isSuccess
public boolean isSuccess()
- 
 
- 
 
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.