Class GroupXmlServiceImpl

java.lang.Object
org.kuali.rice.kew.xml.GroupXmlServiceImpl
All Implemented Interfaces:
org.kuali.rice.core.framework.impex.xml.XmlExporter, org.kuali.rice.core.framework.impex.xml.XmlLoader

public class GroupXmlServiceImpl extends Object implements org.kuali.rice.core.framework.impex.xml.XmlLoader, org.kuali.rice.core.framework.impex.xml.XmlExporter
  • Constructor Details

    • GroupXmlServiceImpl

      public GroupXmlServiceImpl()
  • Method Details

    • loadXml

      public void loadXml(InputStream inputStream, String principalId)
      Specified by:
      loadXml in interface org.kuali.rice.core.framework.impex.xml.XmlLoader
    • 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 dataSet)
      Specified by:
      export in interface org.kuali.rice.core.framework.impex.xml.XmlExporter