org.camunda.bpm.engine.impl.form.validator
Class MinLengthValidator

java.lang.Object
  extended by org.camunda.bpm.engine.impl.form.validator.AbstractTextValueValidator
      extended by org.camunda.bpm.engine.impl.form.validator.MinLengthValidator
All Implemented Interfaces:
FormFieldValidator

public class MinLengthValidator
extends AbstractTextValueValidator

Author:
Daniel Meyer

Constructor Summary
MinLengthValidator()
           
 
Method Summary
protected  boolean validate(String submittedValue, String configuration)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.form.validator.AbstractTextValueValidator
isNullValid, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinLengthValidator

public MinLengthValidator()
Method Detail

validate

protected boolean validate(String submittedValue,
                           String configuration)
Specified by:
validate in class AbstractTextValueValidator


Copyright © 2015 camunda services GmbH. All rights reserved.