Class IncidentReportUtils

java.lang.Object
org.kuali.rice.kns.util.IncidentReportUtils

@Deprecated public final class IncidentReportUtils extends Object
Deprecated.
Only used in KNS classes, use KRAD.
Utility methods for use with the incident report functionality.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Field Details

    • EXCEPTION_PROPERTIES

      public static final String EXCEPTION_PROPERTIES
      Deprecated.
      Key to define the attribute stores exception properties such as user email, user name, component name, etc.

      Value is exceptionProperties

      See Also:
  • Method Details

    • populateRequestForIncidentReport

      public static Map<String,String> populateRequestForIncidentReport(Exception exception, String documentId, String componentName, javax.servlet.http.HttpServletRequest request)
      Deprecated.