org.kuali.rice.kew.xml
Class GroupXmlParser
java.lang.Object
org.kuali.rice.kew.xml.GroupXmlParser
public class GroupXmlParser
- extends Object
Parses groups from XML.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
KimGroups
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupXmlParser
public GroupXmlParser()
parseGroups
public List<org.kuali.rice.kim.bo.group.dto.GroupInfo> parseGroups(InputStream input)
throws IOException,
org.kuali.rice.core.xml.XmlException
- Throws:
IOException
org.kuali.rice.core.xml.XmlException
parseGroups
public List<org.kuali.rice.kim.bo.group.dto.GroupInfo> parseGroups(org.jdom.Element element)
throws org.kuali.rice.core.xml.XmlException
- Parses and saves groups
- Parameters:
element
- top-level 'data' element which should contain a child element
- Returns:
- a list of parsed and saved, current, groups;
- Throws:
org.kuali.rice.core.xml.XmlException
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.