Uses of Class
com.flowable.form.model.CustomValidationDefinition
Packages that use CustomValidationDefinition
-
Uses of CustomValidationDefinition in com.flowable.form.model
Fields in com.flowable.form.model with type parameters of type CustomValidationDefinitionModifier and TypeFieldDescriptionprotected List<CustomValidationDefinition>FlowableFormModel.customValidationsMethods in com.flowable.form.model that return types with arguments of type CustomValidationDefinitionMethod parameters in com.flowable.form.model with type arguments of type CustomValidationDefinitionModifier and TypeMethodDescriptionvoidFlowableFormModel.setCustomValidations(List<CustomValidationDefinition> customValidations) -
Uses of CustomValidationDefinition in com.flowable.platform.service.task
Fields in com.flowable.platform.service.task with type parameters of type CustomValidationDefinitionModifier and TypeFieldDescriptionprotected List<CustomValidationDefinition>FormModelRepresentation.customValidationsMethods in com.flowable.platform.service.task that return types with arguments of type CustomValidationDefinitionMethod parameters in com.flowable.platform.service.task with type arguments of type CustomValidationDefinitionModifier and TypeMethodDescriptionvoidFormModelRepresentation.setCustomValidations(List<CustomValidationDefinition> customValidations)