Uses of Class
com.flowable.form.model.CustomValidationDefinition
| Package | Description |
|---|---|
| com.flowable.form.model |
-
Uses of CustomValidationDefinition in com.flowable.form.model
Fields in com.flowable.form.model with type parameters of type CustomValidationDefinition Modifier and Type Field Description protected java.util.List<CustomValidationDefinition>FlowableFormModel. customValidationsMethods in com.flowable.form.model that return types with arguments of type CustomValidationDefinition Modifier and Type Method Description java.util.List<CustomValidationDefinition>FlowableFormModel. getCustomValidations()Method parameters in com.flowable.form.model with type arguments of type CustomValidationDefinition Modifier and Type Method Description voidFlowableFormModel. setCustomValidations(java.util.List<CustomValidationDefinition> customValidations)