Class MinLengthValidator
- java.lang.Object
-
- org.camunda.bpm.engine.impl.form.validator.AbstractTextValueValidator
-
- org.camunda.bpm.engine.impl.form.validator.MinLengthValidator
-
- All Implemented Interfaces:
FormFieldValidator
public class MinLengthValidator extends AbstractTextValueValidator
- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description MinLengthValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
validate(java.lang.String submittedValue, java.lang.String configuration)
-
Methods inherited from class org.camunda.bpm.engine.impl.form.validator.AbstractTextValueValidator
isNullValid, validate
-
-
-
-
Method Detail
-
validate
protected boolean validate(java.lang.String submittedValue, java.lang.String configuration)
- Specified by:
validate
in classAbstractTextValueValidator
-
-