Package org.kuali.rice.kew.xml
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jdom2.Elementexport(org.kuali.rice.core.api.impex.ExportDataSet dataSet) voidloadXml(InputStream inputStream, String principalId) boolean
-
Constructor Details
-
GroupXmlServiceImpl
public GroupXmlServiceImpl()
-
-
Method Details
-
loadXml
- Specified by:
loadXmlin interfaceorg.kuali.rice.core.framework.impex.xml.XmlLoader
-
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 dataSet) - Specified by:
exportin interfaceorg.kuali.rice.core.framework.impex.xml.XmlExporter
-