Package 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
Modifier and TypeMethodDescriptionList<? extends RemotableAttributeErrorContract>called after client has set properties on the attribute for 'xmlizing'.
-
Method Details
-
validateClientRoutingData
List<? extends RemotableAttributeErrorContract> validateClientRoutingData()called after client has set properties on the attribute for 'xmlizing'. Returns- Returns:
- List<? extends AttributeError> objects
-