Class RuleDelegationXmlExporter

java.lang.Object
org.kuali.rice.kew.xml.export.RuleDelegationXmlExporter
All Implemented Interfaces:
org.kuali.rice.core.framework.impex.xml.XmlExporter

public class RuleDelegationXmlExporter extends Object implements org.kuali.rice.core.framework.impex.xml.XmlExporter
Exports rules to XML.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Field Details

    • LOG

      protected final org.apache.logging.log4j.Logger LOG
  • Constructor Details

    • RuleDelegationXmlExporter

      public RuleDelegationXmlExporter()
  • Method Details

    • supportPrettyPrint

      public boolean supportPrettyPrint()
      Specified by:
      supportPrettyPrint in interface org.kuali.rice.core.framework.impex.xml.XmlExporter
    • export

      public org.jdom2.Element export(org.kuali.rice.core.api.impex.ExportDataSet exportDataSet)
      Specified by:
      export in interface org.kuali.rice.core.framework.impex.xml.XmlExporter