Package org.kuali.rice.kew.xml.export
Class RuleAttributeXmlExporter
java.lang.Object
org.kuali.rice.kew.xml.export.RuleAttributeXmlExporter
- All Implemented Interfaces:
org.kuali.rice.core.framework.impex.xml.XmlExporter
public class RuleAttributeXmlExporter
extends Object
implements org.kuali.rice.core.framework.impex.xml.XmlExporter
Exports
RuleAttributes 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
-
RuleAttributeXmlExporter
public RuleAttributeXmlExporter()
-
-
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
-