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

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

public class MaxValidator
extends AbstractNumericValidator

Author:
Daniel Meyer

Constructor Summary
MaxValidator()
           
 
Method Summary
protected  boolean validate(Double submittedValue, Double configuration)
           
protected  boolean validate(Float submittedValue, Float configuration)
           
protected  boolean validate(Integer submittedValue, Integer configuration)
           
protected  boolean validate(Long submittedValue, Long configuration)
           
protected  boolean validate(Short submittedValue, Short configuration)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.form.validator.AbstractNumericValidator
isNullValid, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaxValidator

public MaxValidator()
Method Detail

validate

protected boolean validate(Integer submittedValue,
                           Integer configuration)
Specified by:
validate in class AbstractNumericValidator

validate

protected boolean validate(Long submittedValue,
                           Long configuration)
Specified by:
validate in class AbstractNumericValidator

validate

protected boolean validate(Double submittedValue,
                           Double configuration)
Specified by:
validate in class AbstractNumericValidator

validate

protected boolean validate(Float submittedValue,
                           Float configuration)
Specified by:
validate in class AbstractNumericValidator

validate

protected boolean validate(Short submittedValue,
                           Short configuration)
Specified by:
validate in class AbstractNumericValidator


Copyright © 2017 camunda services GmbH. All rights reserved.