Class DictionaryValidationServiceImpl

java.lang.Object
org.kuali.rice.krad.service.impl.DictionaryValidationServiceImpl
All Implemented Interfaces:
DictionaryValidationService

public class DictionaryValidationServiceImpl extends Object implements DictionaryValidationService
Validates Documents, Business Objects, and Attributes against the data dictionary. Including min, max lengths, and validating expressions. This is the default, Kuali delivered implementation. KULRICE - 3355 Modified to prevent infinite looping (to maxDepth) scenario when a parent references a child which references a parent
Author:
Kuali Rice Team (rice.collab@kuali.org)