org.kuali.rice.kew.framework.validation
Interface RuleValidationAttributeExporterService
- All Known Implementing Classes: 
- RuleValidationAttributeExporterServiceImpl
- public interface RuleValidationAttributeExporterService 
Service responsible for exposing custom RuleValidationAttribute functionality.
  This service is exposed by the node hosting the specified custom attribute.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
validate
ValidationResults validate(String attributeName,
                           RuleValidationContext validationContext)
                           throws RiceIllegalArgumentException
- Validates the rule within the given RuleValidationContext.
 
- 
- Returns:
- a ValidationResults object representing the results of the validation, if this is
 empty or nullthis signifies that validation was successful.
- Throws:
- RiceIllegalArgumentException
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.