Package org.openbravo.base.filter
-
Interface Summary Interface Description RequestFilter Defines the interface to a request filter, which is a class used to filter an input value against some definition of allowed values. -
Class Summary Class Description IsIDFilter Filter to check, if the input value is an uuid.IsPositiveIntFilter Filter to check, if the input value is positive integral number.NumberFilter Filter to check if a value can be parsed into a BigDecimal.RegexFilter Filter to check, if the input value matches a regular expression.ValueListFilter Request filter which checks if the input is contained in a fixed list of allowed input.