Package org.xwiki.model.validation
Interface EntityNameValidationConfiguration
-
@Role public interface EntityNameValidationConfigurationDefine 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 StringgetEntityNameValidation()booleanuseTransformation()booleanuseValidation()
-
-
-
Method Detail
-
getEntityNameValidation
String getEntityNameValidation()
- Returns:
- the name of the current
EntityNameValidationto be used.
-
useValidation
boolean useValidation()
- Returns:
trueif the name validation should be used.
-
useTransformation
boolean useTransformation()
- Returns:
trueif the name transformation should be used.
-
-