org.kuali.rice.kew.xml.export
Class RuleXmlExporter
java.lang.Object
org.kuali.rice.kew.xml.export.RuleXmlExporter
- All Implemented Interfaces:
- XmlExporter
public class RuleXmlExporter
- extends Object
- implements XmlExporter
Exports rules to XML.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
RuleBaseValues
Field Summary |
protected org.apache.log4j.Logger |
LOG
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected final org.apache.log4j.Logger LOG
RuleXmlExporter
public RuleXmlExporter(org.jdom.Namespace namespace)
supportPrettyPrint
public boolean supportPrettyPrint()
- Specified by:
supportPrettyPrint
in interface XmlExporter
export
public org.jdom.Element export(ExportDataSet exportDataSet)
- Specified by:
export
in interface XmlExporter
exportRule
public void exportRule(org.jdom.Element parent,
RuleBaseValues rule)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.