Uses of Interface
org.camunda.bpm.engine.impl.form.validator.FormFieldValidator
Packages that use FormFieldValidator
Package
Description
-
Uses of FormFieldValidator in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type FormFieldValidatorModifier and TypeFieldDescriptionprotected Map<String,Class<? extends FormFieldValidator>> ProcessEngineConfigurationImpl.customFormFieldValidatorsMethods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type FormFieldValidatorModifier and TypeMethodDescriptionMap<String,Class<? extends FormFieldValidator>> ProcessEngineConfigurationImpl.getCustomFormFieldValidators()Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type FormFieldValidatorModifier and TypeMethodDescriptionvoidProcessEngineConfigurationImpl.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 FormFieldValidatorModifier and TypeFieldDescriptionprotected FormFieldValidatorFormFieldValidationConstraintHandler.validatorMethods in org.camunda.bpm.engine.impl.form.handler that return FormFieldValidatorMethods in org.camunda.bpm.engine.impl.form.handler with parameters of type FormFieldValidatorModifier and TypeMethodDescriptionvoidFormFieldValidationConstraintHandler.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 FormFieldValidatorModifier and TypeClassDescriptionclassclassclassFormFieldValidatordelegating to a custom, user-provided validator implementation.classclassclassclassclassclassFields in org.camunda.bpm.engine.impl.form.validator declared as FormFieldValidatorModifier and TypeFieldDescriptionprotected FormFieldValidatorFormFieldValidatorInvocation.formFieldValidatorFields in org.camunda.bpm.engine.impl.form.validator with type parameters of type FormFieldValidatorModifier and TypeFieldDescriptionprotected Map<String,Class<? extends FormFieldValidator>> FormValidators.validatorsthe registry of configured validators.Methods in org.camunda.bpm.engine.impl.form.validator that return FormFieldValidatorModifier and TypeMethodDescriptionFormValidators.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 FormFieldValidatorModifier and TypeMethodDescriptionMap<String,Class<? extends FormFieldValidator>> FormValidators.getValidators()Method parameters in org.camunda.bpm.engine.impl.form.validator with type arguments of type FormFieldValidatorModifier and TypeMethodDescriptionvoidFormValidators.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 FormFieldValidatorModifierConstructorDescriptionFormFieldValidatorInvocation(FormFieldValidator formFieldValidator, Object submittedValue, FormFieldValidatorContext validatorContext)