Package org.kuali.rice.kew.xml.export
Class RuleTemplateXmlExporter
java.lang.Object
org.kuali.rice.kew.xml.export.RuleTemplateXmlExporter
- All Implemented Interfaces:
org.kuali.rice.core.framework.impex.xml.XmlExporter
public class RuleTemplateXmlExporter
extends Object
implements org.kuali.rice.core.framework.impex.xml.XmlExporter
Exports
RuleTemplateBos to XML.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jdom2.Elementexport(org.kuali.rice.core.api.impex.ExportDataSet exportDataSet) boolean
-
Field Details
-
LOG
protected final org.apache.logging.log4j.Logger LOG
-
-
Constructor Details
-
RuleTemplateXmlExporter
public RuleTemplateXmlExporter()
-
-
Method Details
-
supportPrettyPrint
public boolean supportPrettyPrint()- Specified by:
supportPrettyPrintin interfaceorg.kuali.rice.core.framework.impex.xml.XmlExporter
-
export
public org.jdom2.Element export(org.kuali.rice.core.api.impex.ExportDataSet exportDataSet) - Specified by:
exportin interfaceorg.kuali.rice.core.framework.impex.xml.XmlExporter
-