public class EdlExportDataSet extends Object
ExportDataSet
containing EDocLite
data. Provides a mechanism to convert instances of this class to a
populated ExportDataSet
.ExportDataSet
Constructor and Description |
---|
EdlExportDataSet() |
Modifier and Type | Method and Description |
---|---|
ExportDataSet |
createExportDataSet()
Converts this data set to a standard
ExportDataSet , populating
it with the data from this data set. |
static EdlExportDataSet |
fromExportDataSet(ExportDataSet exportDataSet)
A static utility for creating a
EdlExportDataSet from an
ExportDataSet . |
List<EDocLiteAssociation> |
getEdocLites() |
void |
populateExportDataSet(ExportDataSet exportDataSet)
Populates the given
ExportDataSet with the data from this data set. |
public EdlExportDataSet()
public List<EDocLiteAssociation> getEdocLites()
public void populateExportDataSet(ExportDataSet exportDataSet)
ExportDataSet
with the data from this data set.exportDataSet
- the data set to populate the data intopublic ExportDataSet createExportDataSet()
ExportDataSet
, populating
it with the data from this data set.public static EdlExportDataSet fromExportDataSet(ExportDataSet exportDataSet)
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.exportDataSet
- the ExportDataSet to pull EdocLite data fromCopyright © 2005–2016 The Kuali Foundation. All rights reserved.