Interface IWorkflowValidationMessage

    • Method Detail

      • getLocalizedMessage

        String getLocalizedMessage()
        Returns:
        The localized message of the validation error or warning. This message should include a reference to the property or properties that have caused the warning or error.
      • getSeverity

        EValidationSeverity getSeverity()
        Returns:
        The severity level of this validation message. Error are usually validation failures, while warnings are only informational.