Interface IPluginVRuleModel

All Superinterfaces:
Serializable
All Known Implementing Classes:
PluginVRuleModel

public interface IPluginVRuleModel extends Serializable
Author:
XIMA MEDIA GmbH
  • 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 the getRegex().
      Returns:
      Whether this rule has custom server-side validation logic.
      Since:
      8.5.4