public class ComplexAttributeDefinitionConstraintProvider extends BaseConstraintProvider<ComplexAttributeDefinition>
resolverMap| Constructor and Description |
|---|
ComplexAttributeDefinitionConstraintProvider() |
| 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 ComplexAttributeDefinitionConstraintProvider()
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<ComplexAttributeDefinition>public boolean isSupported(Constrainable definition)
ConstraintProviderdefinition - - a Data Dictionary definition e.g. AttributeDefinitionConstraintProvider.isSupported(org.kuali.rice.krad.datadictionary.validation.capability.Constrainable)Copyright © 2005–2016 The Kuali Foundation. All rights reserved.