RuleValidationAttributeExporterService

Name RuleValidationAttributeExporter
Version
Included Services  
Java Package org.kuali.rice.kew.framework.validation

Service responsible for exposing custom RuleValidationAttribute functionality.
This service is exposed by the node hosting the specified custom attribute.

Operations
Main Message Structures

Method validate
Description Validates the rule within the given RuleValidationContext.
Parameters String attributeName ???
RuleValidationContext validationContext ???
Return ValidationResults a ValidationResults object representing the results of the validation, if this is
empty or null this signifies that validation was successful.
Errors RiceIllegalArgumentException ???

Back to Operations