Interface ValidationRuleAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Severity
getDefaultSeverity()
Get the default severity level.String
getDescription()
Get a lengthier description of the validation that takes placeString
getFailureSummary()
Get a short summary that is displayed when the validation failsString
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.
-
-