Class EdlExportDataSet


  • public class EdlExportDataSet
    extends java.lang.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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static javax.xml.namespace.QName EDOCLITES  
    • Field Detail

      • EDOCLITES

        public static final javax.xml.namespace.QName EDOCLITES
    • Constructor Detail

      • EdlExportDataSet

        public EdlExportDataSet()
    • Method Detail

      • populateExportDataSet

        public void populateExportDataSet​(org.kuali.rice.core.api.impex.ExportDataSet exportDataSet)
        Populates the given ExportDataSet with the data from this data set.
        Parameters:
        exportDataSet - the data set to populate the data into
      • createExportDataSet

        public org.kuali.rice.core.api.impex.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​(org.kuali.rice.core.api.impex.ExportDataSet exportDataSet)
        A static utility for creating a EdlExportDataSet from an ExportDataSet. 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