org.kuali.rice.kew.xml
Class GroupXmlParser

java.lang.Object
  extended by 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

Constructor Summary
GroupXmlParser()
           
 
Method Summary
 List<org.kuali.rice.kim.bo.group.dto.GroupInfo> parseGroups(org.jdom.Element element)
          Parses and saves groups
 List<org.kuali.rice.kim.bo.group.dto.GroupInfo> parseGroups(InputStream input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupXmlParser

public GroupXmlParser()
Method Detail

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.