public class DataObjectEntryConstraintProvider extends BaseConstraintProvider<DataObjectEntry>
resolverMap| Constructor and Description |
|---|
DataObjectEntryConstraintProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
initializes the constraints
|
boolean |
isSupported(Constrainable definition)
checks whether this provider supports the provided definition
|
getConstraints, getResolverMap, setResolverMappublic DataObjectEntryConstraintProvider()
public void init()
BaseConstraintProviderBy doing initialization here, and not in a constructor, constraints are only placed in memory when they are utilized.
init in class BaseConstraintProvider<DataObjectEntry>public boolean isSupported(Constrainable definition)
ConstraintProviderdefinition - - a Data Dictionary definition e.g. AttributeDefinitionConstraintProvider.isSupported(org.kuali.rice.krad.datadictionary.validation.capability.Constrainable)Copyright © 2005–2015 The Kuali Foundation. All rights reserved.