Package org.xwiki.model.validation
Interface EntityNameValidationConfiguration
-
@Role public interface EntityNameValidationConfiguration
Define the configuration of the name strategy to be used.- Since:
- 12.0RC1
- Version:
- $Id: 6b3ac23fcaeccf1ef8f18b786960333de8aa02a8 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEntityNameValidation()
boolean
useTransformation()
boolean
useValidation()
-
-
-
Method Detail
-
getEntityNameValidation
String getEntityNameValidation()
- Returns:
- the name of the current
EntityNameValidation
to be used.
-
useValidation
boolean useValidation()
- Returns:
true
if the name validation should be used.
-
useTransformation
boolean useTransformation()
- Returns:
true
if the name transformation should be used.
-
-