Class DataObjectEntryConstraintProvider

java.lang.Object
org.kuali.rice.krad.datadictionary.validation.constraint.provider.BaseConstraintProvider<DataObjectEntry>
org.kuali.rice.krad.datadictionary.validation.constraint.provider.DataObjectEntryConstraintProvider
All Implemented Interfaces:
ConstraintProvider<DataObjectEntry>

public class DataObjectEntryConstraintProvider extends BaseConstraintProvider<DataObjectEntry>
An object that looks up constraints for an object dictionary entry by constraint type. This can either by instantiated by dependency injection, in which case a map of class names to constraint resolvers can be injected, or the default map can be constructed by calling the init() method immediately after instantiation.
Author:
Kuali Rice Team (rice.collab@kuali.org)