Interface IWorkflowValidationMessage

All Superinterfaces:
Serializable
All Known Implementing Classes:
WorkflowValidationMessage

public interface IWorkflowValidationMessage extends Serializable
Represents a message that is returned as the result of IElementHandler.validateLocal(IElementLocalValidationParams).
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • 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.