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

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

public class MaxLengthValidator
extends AbstractTextValueValidator

Author:
Daniel Meyer

Constructor Summary
MaxLengthValidator()
           
 
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

MaxLengthValidator

public MaxLengthValidator()
Method Detail

validate

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


Copyright © 2015 camunda services GmbH. All rights reserved.