Uses of Interface
org.camunda.bpm.engine.impl.form.validator.FormFieldValidator
-
Packages that use FormFieldValidator Package Description org.camunda.bpm.engine.impl.cfg org.camunda.bpm.engine.impl.form.handler org.camunda.bpm.engine.impl.form.validator -
-
Uses of FormFieldValidator in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type FormFieldValidator Modifier and Type Field Description protected Map<String,Class<? extends FormFieldValidator>>ProcessEngineConfigurationImpl. customFormFieldValidatorsMethods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type FormFieldValidator Modifier and Type Method Description Map<String,Class<? extends FormFieldValidator>>ProcessEngineConfigurationImpl. getCustomFormFieldValidators()Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type FormFieldValidator Modifier and Type Method Description voidProcessEngineConfigurationImpl. setCustomFormFieldValidators(Map<String,Class<? extends FormFieldValidator>> customFormFieldValidators) -
Uses of FormFieldValidator in org.camunda.bpm.engine.impl.form.handler
Fields in org.camunda.bpm.engine.impl.form.handler declared as FormFieldValidator Modifier and Type Field Description protected FormFieldValidatorFormFieldValidationConstraintHandler. validatorMethods in org.camunda.bpm.engine.impl.form.handler that return FormFieldValidator Modifier and Type Method Description FormFieldValidatorFormFieldValidationConstraintHandler. getValidator()Methods in org.camunda.bpm.engine.impl.form.handler with parameters of type FormFieldValidator Modifier and Type Method Description voidFormFieldValidationConstraintHandler. setValidator(FormFieldValidator validator) -
Uses of FormFieldValidator in org.camunda.bpm.engine.impl.form.validator
Classes in org.camunda.bpm.engine.impl.form.validator that implement FormFieldValidator Modifier and Type Class Description classAbstractNumericValidatorclassAbstractTextValueValidatorclassDelegateFormFieldValidatorFormFieldValidatordelegating to a custom, user-provided validator implementation.classMaxLengthValidatorclassMaxValidatorclassMinLengthValidatorclassMinValidatorclassReadOnlyValidatorclassRequiredValidatorFields in org.camunda.bpm.engine.impl.form.validator declared as FormFieldValidator Modifier and Type Field Description protected FormFieldValidatorFormFieldValidatorInvocation. formFieldValidatorFields in org.camunda.bpm.engine.impl.form.validator with type parameters of type FormFieldValidator Modifier and Type Field Description protected Map<String,Class<? extends FormFieldValidator>>FormValidators. validatorsthe registry of configured validators.Methods in org.camunda.bpm.engine.impl.form.validator that return FormFieldValidator Modifier and Type Method Description FormFieldValidatorFormValidators. createValidator(Element constraint, BpmnParse bpmnParse, ExpressionManager expressionManager)factory method for creating validator instancesprotected FormFieldValidatorFormValidators. createValidatorInstance(Class<? extends FormFieldValidator> validator)Methods in org.camunda.bpm.engine.impl.form.validator that return types with arguments of type FormFieldValidator Modifier and Type Method Description Map<String,Class<? extends FormFieldValidator>>FormValidators. getValidators()Method parameters in org.camunda.bpm.engine.impl.form.validator with type arguments of type FormFieldValidator Modifier and Type Method Description voidFormValidators. addValidator(String name, Class<? extends FormFieldValidator> validatorType)protected FormFieldValidatorFormValidators. createValidatorInstance(Class<? extends FormFieldValidator> validator)Constructors in org.camunda.bpm.engine.impl.form.validator with parameters of type FormFieldValidator Constructor Description FormFieldValidatorInvocation(FormFieldValidator formFieldValidator, Object submittedValue, FormFieldValidatorContext validatorContext)
-