Interface IntegrityCheckReport.ReportItem

Enclosing interface:
IntegrityCheckReport

public static interface IntegrityCheckReport.ReportItem
Integrity check report element. Holds all information about particular check event.
Version:
$Id$
  • Method Details

    • getSeverity

      Returns:
      severity code for this report item
    • getSource

      Identity getSource()
      Returns:
      source for this report item, can be null
    • getCode

      Returns:
      error code for this report item
    • getMessage

      String getMessage()
      Returns:
      message, associated with this report item for the system default locale
    • getMessage

      String getMessage(Locale locale)
      Parameters:
      locale - locale to get message for
      Returns:
      message, associated with this report item for given locale