Uses of Interface
org.apache.fulcrum.intake.validator.Constraint
Packages that use Constraint
Package
Description
Validators for the various intake field types.
-
Uses of Constraint in org.apache.fulcrum.intake.model
Classes in org.apache.fulcrum.intake.model that implement ConstraintModifier and TypeClassDescriptionclass
A Class for holding data about a constraint on a property. -
Uses of Constraint in org.apache.fulcrum.intake.validator
Method parameters in org.apache.fulcrum.intake.validator with type arguments of type ConstraintModifier and TypeMethodDescriptionvoid
DateRangeValidator.init
(Map<String, ? extends Constraint> paramMap) Constructor to use when initializing Objectvoid
DateStringValidator.init
(Map<String, ? extends Constraint> paramMap) Constructor to use when initializing Objectvoid
DefaultValidator.init
(Map<String, ? extends Constraint> paramMap) Extract the relevant parameters from the constraints listed in <rule> tags within the intake.xml file.void
InitableByConstraintMap.init
(Map<String, ? extends Constraint> inputParameters) Extract the relevant parameters from the constraints listed in <input-param> tags within the intake.xml file.void
IntegerRangeValidator.init
(Map<String, ? extends Constraint> paramMap) Constructor to use when initializing Objectvoid
NumberValidator.init
(Map<String, ? extends Constraint> paramMap) Extract the relevant parameters from the constraints listed in <rule> tags within the intake.xml file.void
StringValidator.init
(Map<String, ? extends Constraint> paramMap) Extract the relevant parameters from the constraints listed in <rule> tags within the intake.xml file.