| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl.cfg | |
| org.camunda.bpm.engine.impl.form.handler | |
| org.camunda.bpm.engine.impl.form.validator |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Class<? extends FormFieldValidator>> |
ProcessEngineConfigurationImpl.customFormFieldValidators |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Class<? extends FormFieldValidator>> |
ProcessEngineConfigurationImpl.getCustomFormFieldValidators() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessEngineConfigurationImpl.setCustomFormFieldValidators(Map<String,Class<? extends FormFieldValidator>> customFormFieldValidators) |
| Modifier and Type | Field and Description |
|---|---|
protected FormFieldValidator |
FormFieldValidationConstraintHandler.validator |
| Modifier and Type | Method and Description |
|---|---|
FormFieldValidator |
FormFieldValidationConstraintHandler.getValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormFieldValidationConstraintHandler.setValidator(FormFieldValidator validator) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNumericValidator |
class |
AbstractTextValueValidator |
class |
DelegateFormFieldValidator
FormFieldValidator delegating to a custom, user-provided validator implementation. |
class |
MaxLengthValidator |
class |
MaxValidator |
class |
MinLengthValidator |
class |
MinValidator |
class |
ReadOnlyValidator |
class |
RequiredValidator |
| Modifier and Type | Field and Description |
|---|---|
protected FormFieldValidator |
FormFieldValidatorInvocation.formFieldValidator |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Class<? extends FormFieldValidator>> |
FormValidators.validators
the registry of configured validators.
|
| Modifier and Type | Method and Description |
|---|---|
FormFieldValidator |
FormValidators.createValidator(Element constraint,
BpmnParse bpmnParse,
ExpressionManager expressionManager)
factory method for creating validator instances
|
protected FormFieldValidator |
FormValidators.createValidatorInstance(Class<? extends FormFieldValidator> validator) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Class<? extends FormFieldValidator>> |
FormValidators.getValidators() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormValidators.addValidator(String name,
Class<? extends FormFieldValidator> validatorType) |
protected FormFieldValidator |
FormValidators.createValidatorInstance(Class<? extends FormFieldValidator> validator) |
| Constructor and Description |
|---|
FormFieldValidatorInvocation(FormFieldValidator formFieldValidator,
Object submittedValue,
FormFieldValidatorContext validatorContext) |
Copyright © 2013–2019 camunda services GmbH. All rights reserved.