Interface RuleValidationAttributeExporterService
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)
-
Method Summary
-
Method Details
-
validate
org.kuali.rice.kew.api.validation.ValidationResults validate(String attributeName, org.kuali.rice.kew.api.validation.RuleValidationContext validationContext) throws org.kuali.rice.core.api.exception.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:
org.kuali.rice.core.api.exception.RiceIllegalArgumentException
-