Interface IPluginVRuleModel
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PluginVRuleModel
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()getRegex()default booleanWhether this validation rule is deprecated.booleanGets whether this validation rule has custom server-side validation logic, in addition to thegetRegex().
-
Method Details
-
getKey
String getKey() -
getKeyDisplayName
String getKeyDisplayName() -
getLocale
Locale getLocale() -
getRegex
String getRegex() -
getValidationErrorMsg
String getValidationErrorMsg() -
isDeprecated
default boolean isDeprecated()Whether this validation rule is deprecated. When true, the validation rule is visually shown as deprecated. Defaults to false.- Returns:
- true if this validation rule is deprecated, false otherwise.
-
isHasCustomValidationLogic
boolean isHasCustomValidationLogic()Gets whether this validation rule has custom server-side validation logic, in addition to thegetRegex().- Returns:
- Whether this rule has custom server-side validation logic.
- Since:
- 8.5.4
-