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

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

public class MinValidator
extends AbstractNumericValidator

Author:
Daniel Meyer

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

MinValidator

public MinValidator()
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 © 2016 camunda services GmbH. All rights reserved.