Class ProcessDocReport
java.lang.Object
org.kuali.rice.kew.framework.postprocessor.ProcessDocReport
- All Implemented Interfaces:
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:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessDocReport(boolean success) ProcessDocReport(boolean success, String message) ProcessDocReport(boolean success, String message, Exception e) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
ProcessDocReport
public ProcessDocReport(boolean success) -
ProcessDocReport
-
ProcessDocReport
-
-
Method Details
-
getMessage
-
getProcessException
-
isSuccess
public boolean isSuccess()
-