Interface ValidationRuleAction

All Superinterfaces:
Action
All Known Implementing Classes:
Validator

public interface ValidationRuleAction
extends Action
The same as a Validator. The Action interface provides the possibility to link with the extension system.
Since:
3.2
Author:
nicklas
See Also:
Validator
  • Method Details

    • getId

      String getId()
      Get the unique ID of this validation rule.
    • getTitle

      String getTitle()
      Get the title of this validator rule.
    • getDescription

      String getDescription()
      Get a lengthier description of the validation that takes place
    • getFailureSummary

      String getFailureSummary()
      Get a short summary that is displayed when the validation fails
    • getDefaultSeverity

      Severity getDefaultSeverity()
      Get the default severity level.