Alle Klassen und Schnittstellen
Klasse
Beschreibung
A class for holding application data structures.
Validates BigDecimals with the following constraints in addition to those
listed in NumberValidator and DefaultValidator.
Processor for boolean fields.
Validator for boolean field types.
Values are validated by attempting to match the value to a list of strings for true and false values.
Values are validated by attempting to match the value to a list of strings for true and false values.
Interface to define the compare operation betwen two field values
A constraint has a name and a value and an optional message.
Validates a DateString field in dependency on another DateString field.
Field for date inputs as free form text.
Validates numbers with the following constraints in addition to those
listed in DefaultValidator.
DefaultValidator that will compare a testValue against the following
constraints:
Validation rules
NameValid ValuesDefault Value
requiredtrue|falsefalse
maskregexp
minLengthinteger0
maxLengthinteger
This validator can serve as the base class for more specific validators
Processor for double fields.
Validates Doubles with the following constraints in addition to those
listed in NumberValidator and DefaultValidator.
Base class for Intake generated input processing classes.
Creates Field objects.
Helper Class to manage relations between fields.
Enum for valid field types.
A validator that will compare a Part testValue against the following
constraints in addition to those listed in DefaultValidator.
Processor for float fields.
Validates Floats with the following constraints in addition to those
listed in NumberValidator and DefaultValidator.
Holds a group of Fields
This interface marks a bean/class that can have its properties set
by values in a Map.
Base exception thrown by the Intake service.
Base exception thrown by the Intake service.
Base runtime exception thrown by the Intake service.
This service provides access to input processing objects based
on an XML specification.
This is a Facade class for IntakeService.
This service provides access to input processing objects based on an XML
specification.
Processor for int fields.
Validates an int field in dependency on another int field.
Validates Integers with the following constraints in addition to those
listed in NumberValidator and DefaultValidator.
An Exception indidate an invalid field mask.
Processor for long fields.
Validates Longs with the following constraints in addition to those
listed in NumberValidator and DefaultValidator.
Validates numbers with the following constraints in addition to those
listed in DefaultValidator.
This interface specifies methods for uniquely identifying an object.
A Class for holding data about a constraint on a property.
Processor for short fields.
Validates Shorts with the following constraints in addition to those
listed in NumberValidator and DefaultValidator.
Text field.
A validator that will compare a testValue against the following
constraints:
Validation rules
NameValid ValuesDefault Value
requiredtrue|falsefalse
maskregexp
minLengthinteger0
maxLengthinteger
This validator can serve as the base class for more specific validators
An Exception to mark a failed validation
Validator api.
A Class for holding data about a property used in an Application.