Interface ValidationReport


public interface ValidationReport
A validation report is composed of validation items, each one characterized by a severity and a user message.

Message threshold property

A threshold property can be set so as to specify the maximum number of messages, for each constraint defined in a data model. It is defined by the property ebx.validation.constraints.messages.threshold (see EBX® main configuration file).

This threshold is taken into account for each constraint of a data model. When the threshold is reached by a constraint and for a severity:

  • The validation of the constraint is stopped;
  • An error message indicating that the threshold has been reached is added to the validation report.

When set to '0' or a negative value, the threshold is not taken into account. Default threshold is '0'.

See Also: