Uses of Class
com.flowable.form.model.CustomValidationDefinition
-
Packages that use 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 List<CustomValidationDefinition>
FlowableFormModel. customValidations
Methods in com.flowable.form.model that return types with arguments of type CustomValidationDefinition Modifier and Type Method Description List<CustomValidationDefinition>
FlowableFormModel. getCustomValidations()
Method parameters in com.flowable.form.model with type arguments of type CustomValidationDefinition Modifier and Type Method Description void
FlowableFormModel. setCustomValidations(List<CustomValidationDefinition> customValidations)
-