Uses of Class
com.flowable.form.model.CustomValidationDefinition
Package | Description |
---|---|
com.flowable.form.model | |
com.flowable.form.rest.service.api.form |
-
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. customValidations
Methods 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 void
FlowableFormModel. setCustomValidations(java.util.List<CustomValidationDefinition> customValidations)
-
Uses of CustomValidationDefinition in com.flowable.form.rest.service.api.form
Fields in com.flowable.form.rest.service.api.form with type parameters of type CustomValidationDefinition Modifier and Type Field Description protected java.util.List<CustomValidationDefinition>
FormInstanceModelResponse. customValidations
protected java.util.List<CustomValidationDefinition>
FormModelResponse. customValidations
Methods in com.flowable.form.rest.service.api.form that return types with arguments of type CustomValidationDefinition Modifier and Type Method Description java.util.List<CustomValidationDefinition>
FormInstanceModelResponse. getCustomValidations()
java.util.List<CustomValidationDefinition>
FormModelResponse. getCustomValidations()
Method parameters in com.flowable.form.rest.service.api.form with type arguments of type CustomValidationDefinition Modifier and Type Method Description void
FormInstanceModelResponse. setCustomValidations(java.util.List<CustomValidationDefinition> customValidations)
void
FormModelResponse. setCustomValidations(java.util.List<CustomValidationDefinition> customValidations)