Uses of Class
org.kuali.rice.krad.datadictionary.validation.constraint.BaseConstraint
Packages that use BaseConstraint
-
Uses of BaseConstraint in org.kuali.rice.krad.datadictionary.validation.constraint
Subclasses of BaseConstraint in org.kuali.rice.krad.datadictionary.validation.constraintModifier and TypeClassDescriptionclassParent abstract class that allows additional characters to be allowed in child constraint character sets, see AlphaNumericPatternConstraint, among others for example.classA ValidCharactersConstraint based on AlphaNumericValidationPattern.classPattern for matching alpha charactersclassPattern for matching any printable characterclassCaseConstraint is imposed only when a certain condition is metclassPattern for matching any character in the given list (String)classConfigurationBasedRegexPatternConstraint uses a patternTypeKey to get the regex used for validation by key from the KualiConfigurationServiceclassValidation pattern for matching currency type.classDatePatternConstraint constrains a field to only allow dates which are part of the formats defined in the system.classValidation pattern for matching fixed point numbers, optionally matching negative numbersclassValidation pattern for matching floating point numbers, optionally matching negative numbersclassTODO Administrator don't forget to fill this in.classMust occur constraints are constraints that indicate some range of acceptable valid results.classPattern for matching numeric characters, difference between NumericPatternConstraint and IntegerPatternConstraint is that a numeric pattern constraint is for matching numeric characters and can be mixed with other characters by setting allow flags on, while integer is for only positive/negative numbersclassPrerequisite constraints require that some other attribute be non-empty in order for the constraint to be valid.classA simple constraint stores 'basic' constraints for a field.classPattern for matching any printable characterclassThis is a constraint that limits attribute values to some subset of valid characters or to match a particular regular expression.classThis abstract class extends from ValidCharactersConstraint.classFields in org.kuali.rice.krad.datadictionary.validation.constraint with type parameters of type BaseConstraintModifier and TypeFieldDescriptionprotected List<? extends BaseConstraint> BaseConstraint.constraintStateOverridesMethods in org.kuali.rice.krad.datadictionary.validation.constraint that return types with arguments of type BaseConstraintModifier and TypeMethodDescriptionList<? extends BaseConstraint> BaseConstraint.getConstraintStateOverrides()Get the list of constraintStateOverrides which represent constraints that will replace THIS constraint when their state is matched during validation.Method parameters in org.kuali.rice.krad.datadictionary.validation.constraint with type arguments of type BaseConstraintModifier and TypeMethodDescriptionvoidBaseConstraint.setConstraintStateOverrides(List<? extends BaseConstraint> constraintStateOverrides) Set the constraintStateOverrides to be used when a state is matched during validation