Package org.kuali.rice.kew.validation
Interface RuleValidationAttributeResolver
- All Known Implementing Classes:
RuleValidationAttributeResolverImpl
public interface RuleValidationAttributeResolver
Service which mediates RuleValidationAttribute lookup and invocation.
Determines appropriate (possibly remote)
RuleValidationAttributeExporterService endpoint and
returns a wrapper which delegates to it.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
RuleValidationAttributeRuleValidationAttributeExporterService
-
Method Summary
Modifier and TypeMethodDescriptionresolveRuleValidationAttribute(String attributeName, String applicationId) Resolves the RuleValidationAttribute by name, possibly resulting in delegation over the KSB.
-
Method Details
-
resolveRuleValidationAttribute
RuleValidationAttribute resolveRuleValidationAttribute(String attributeName, String applicationId) throws Exception Resolves the RuleValidationAttribute by name, possibly resulting in delegation over the KSB.- Returns:
- a RuleValidationAttribute suitable (only) for invocation of #validate
- Throws:
Exception
-