public class SimpleConstraintProcessor extends MandatoryElementConstraintProcessor<SimpleConstraint>
dataDictionaryService, dateTimeService
Constructor and Description |
---|
SimpleConstraintProcessor() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Constraint> |
getConstraintType() |
String |
getName() |
ProcessorResult |
process(DictionaryValidationResult result,
Object value,
SimpleConstraint constraint,
AttributeValueReader attributeValueReader)
Processes the SimpleConstraint by calling process on the other smaller constraints it represents and
putting the results together in ProcessorResult
|
getDataDictionaryService, getDateTimeService, isOptional, setDataDictionaryService, setDateTimeService
public SimpleConstraintProcessor()
public ProcessorResult process(DictionaryValidationResult result, Object value, SimpleConstraint constraint, AttributeValueReader attributeValueReader) throws AttributeValidationException
AttributeValidationException
ConstraintProcessor.process(org.kuali.rice.krad.datadictionary.validation.result.DictionaryValidationResult,
Object, org.kuali.rice.krad.datadictionary.validation.constraint.Constraint,
org.kuali.rice.krad.datadictionary.validation.AttributeValueReader)
public Class<? extends Constraint> getConstraintType()
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.