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:
RuleValidationAttribute, RuleValidationAttributeExporterService

Method Summary
 RuleValidationAttribute resolveRuleValidationAttribute(String attributeName, String applicationId)
          Resolves the RuleValidationAttribute by name, possibly resulting in delegation over the KSB.
 

Method Detail

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


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