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. 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) -
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. customValidationsprotected java.util.List<CustomValidationDefinition>FormModelResponse. customValidationsMethods 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 voidFormInstanceModelResponse. setCustomValidations(java.util.List<CustomValidationDefinition> customValidations)voidFormModelResponse. setCustomValidations(java.util.List<CustomValidationDefinition> customValidations)