org.kuali.rice.kew.postprocessor
Class ProcessDocReport

java.lang.Object
  extended by org.kuali.rice.kew.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

Field Summary
private  String message
           
private  Exception processException
           
(package private) static long serialVersionUID
           
private  boolean success
           
 
Constructor Summary
ProcessDocReport(boolean success)
           
ProcessDocReport(boolean success, String message)
           
ProcessDocReport(boolean success, String message, Exception e)
           
 
Method Summary
 String getMessage()
           
 Exception getProcessException()
           
 boolean isSuccess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

success

private boolean success

message

private String message

processException

private Exception processException
Constructor Detail

ProcessDocReport

public ProcessDocReport(boolean success)

ProcessDocReport

public ProcessDocReport(boolean success,
                        String message)

ProcessDocReport

public ProcessDocReport(boolean success,
                        String message,
                        Exception e)
Method Detail

getMessage

public String getMessage()

getProcessException

public Exception getProcessException()

isSuccess

public boolean isSuccess()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.