org.kuali.rice.kew.rule
Class GenericAttributeContent
java.lang.Object
   org.kuali.rice.kew.rule.GenericAttributeContent
org.kuali.rice.kew.rule.GenericAttributeContent
- public class GenericAttributeContent 
- extends Object
Helper class that can parse and generate generic attribute content
 from Map values.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GenericAttributeContent
public GenericAttributeContent(Class clazz)
GenericAttributeContent
public GenericAttributeContent(String elementName)
generateContent
public String generateContent(Map<String,String> properties)
- 
 
parseContent
public List<Map<String,String>> parseContent(Element attributeContent)
                                      throws XPathExpressionException
- 
- Throws:
- XPathExpressionException
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.