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, setResolverMap
public ComplexAttributeDefinitionConstraintProvider()
public void init()
BaseConstraintProvider
By 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)
ConstraintProvider
definition
- - a Data Dictionary definition e.g. AttributeDefinition
ConstraintProvider.isSupported(org.kuali.rice.krad.datadictionary.validation.capability.Constrainable)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.