| java.lang.Object org.kuali.workflow.tools.xml.XmlGenHelper
XmlGenHelper | abstract public class XmlGenHelper (Code) | | Can be "plugged-in" to the XmlGen tool to assist with rule description generation and attribute
field resolution.
author: ewestfal |
generateRuleDescription | abstract public String generateRuleDescription(Rule rule)(Code) | | Return a description for the given rule. If a null or empty value is returned, then XmlGen will generate
a default description for the rule using rule data. This method is only called if a description is
not defined for the rule on the spreadsheet.
|
resolveFieldNames | abstract public List<String> resolveFieldNames(Attribute attribute)(Code) | | Return a List of field names for the given attribute. This is only invoked for those attributes which
aren't defined in XML. In those cases we need to be able to determine what data fields are
available on the attribute and, therefore, the rules.
|
|
|