Class DateTimeIntervalValidator

All Implemented Interfaces:
ContentValidator, Configurable, LogEnabled

This implementation of ContentValidator validates the content by comparing one or more couple of date values. For each couple of values, the identified end date should be greater than or equal to the identified start date. The start and end dates to compare are identified in validator's configuration by the attribute path as follows: <startDate path="path/to/attribute/start"/> <endDate path="path/to/attribute/end"/> If the path of metadata can contain one or more repeaters.