Class RegexValidationPattern
java.lang.Object
org.kuali.rice.krad.datadictionary.validation.ValidationPattern
org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
org.kuali.rice.kns.datadictionary.validation.charlevel.RegexValidationPattern
- All Implemented Interfaces:
Serializable
Deprecated.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kuali.rice.krad.datadictionary.validation.ValidationPattern
ValidationPattern.ValidationPatternException -
Field Summary
Fields inherited from class org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
exactLength, maxLength, regexPattern -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.voidextendExportMap(ExportMap exportMap) Deprecated.This exports a representation of this instance by an ExportMap.final StringDeprecated.Deprecated.This returns an instance of this class as string.protected StringDeprecated.This returns the specified regular expression defined in the data dictionary entry for validating the value of an attribute.Deprecated.final voidsetPattern(String pattern) Deprecated.voidsetValidationErrorMessageKey(String validationErrorMessageKey) Deprecated.Methods inherited from class org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
buildExportMap, getExactLength, getMaxLength, getRegexPattern, getValidationErrorMessageKeyOptions, getValidationErrorMessageParameters, setExactLength, setMaxLengthMethods inherited from class org.kuali.rice.krad.datadictionary.validation.ValidationPattern
matches
-
Constructor Details
-
RegexValidationPattern
public RegexValidationPattern()Deprecated.
-
-
Method Details
-
extendExportMap
Deprecated.This exports a representation of this instance by an ExportMap.- Specified by:
extendExportMapin classCharacterLevelValidationPattern- See Also:
-
getPatternXml
Deprecated.This returns an instance of this class as string.- See Also:
-
getRegexString
Deprecated.This returns the specified regular expression defined in the data dictionary entry for validating the value of an attribute.- Specified by:
getRegexStringin classValidationPattern- See Also:
-
getPattern
Deprecated.- Returns:
- the pattern
-
setPattern
Deprecated.- Parameters:
pattern- the pattern to set
-
getValidationErrorMessageKey
Deprecated.- Overrides:
getValidationErrorMessageKeyin classCharacterLevelValidationPattern- Returns:
- the validationErrorMessageKey
-
setValidationErrorMessageKey
Deprecated.- Parameters:
validationErrorMessageKey- a message key from the application's message resource bundle signifying the error message to display if some validation does not match this pattern
-
completeValidation
public void completeValidation()Deprecated.- Overrides:
completeValidationin classValidationPattern- See Also:
-
ConfigurationBasedRegexPatternConstraint.