org.kuali.rice.edl.impl.xml.export
Class EdlExportDataSet
java.lang.Object
   org.kuali.rice.edl.impl.xml.export.EdlExportDataSet
org.kuali.rice.edl.impl.xml.export.EdlExportDataSet
- public class EdlExportDataSet 
- extends Object
A utility class for managing an ExportDataSet containing EDocLite
 data.  Provides a mechanism to convert instances of this class to a
 populated ExportDataSet.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- ExportDataSet
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
EDOCLITES
public static final QName EDOCLITES
EdlExportDataSet
public EdlExportDataSet()
getEdocLites
public List<EDocLiteAssociation> getEdocLites()
- 
 
populateExportDataSet
public void populateExportDataSet(ExportDataSet exportDataSet)
- Populates the given ExportDataSetwith the data from this data set.
 
- 
- Parameters:
- exportDataSet- the data set to populate the data into
 
createExportDataSet
public ExportDataSet createExportDataSet()
- Converts this data set to a standard ExportDataSet, populating
 it with the data from this data set.
 
- 
- Returns:
- the populated ExportDataSet
 
fromExportDataSet
public static EdlExportDataSet fromExportDataSet(ExportDataSet exportDataSet)
- A static utility for creating a EdlExportDataSetfrom anExportDataSet.  This method will only populate the returned
 EdocLite data set with EdocLite data from the given export data set.  The
 rest of the data in the given export data set will be ignored.
 
- 
- Parameters:
- exportDataSet- the ExportDataSet to pull EdocLite data from
- Returns:
- a StyleExportDataSet with any EdocLite data from the given exportDataSet populated
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.