3.2.4: 2013-12-06

net.sf.basedb.util.overview.extensions
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 Summary
 Severity getDefaultSeverity()
          Get the default severity level.
 String getDescription()
          Get a lengthier description of the validation that takes place
 String getFailureSummary()
          Get a short summary that is displayed when the validation fails
 String getId()
          Get the unique ID of this validation rule.
 String getTitle()
          Get the title of this validator rule.
 

Method Detail

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.


3.2.4: 2013-12-06