org.kuali.rice.kew.rule
Interface WorkflowAttributeXmlValidator

All Known Implementing Classes:
KualiXmlRuleAttributeImpl, StandardGenericXMLRuleAttribute

public interface WorkflowAttributeXmlValidator

An interface which can be implemented by a WorkflowRuleAttribute to allow for validation of client routing data.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 List<? extends AttributeError> validateClientRoutingData()
          called after client has set properties on the attribute for 'xmlizing'.
 

Method Detail

validateClientRoutingData

List<? extends AttributeError> validateClientRoutingData()
called after client has set properties on the attribute for 'xmlizing'. Returns

Returns:
List objects


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