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)

Method Summary
 ValidationResults validate(String attributeName, RuleValidationContext validationContext)
          Validates the rule within the given RuleValidationContext.
 

Method Detail

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 null this signifies that validation was successful.
Throws:
RiceIllegalArgumentException


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.