Uses of Class
org.dspace.app.bulkedit.DSpaceCSV
-
Packages that use DSpaceCSV Package Description org.dspace.app.bulkedit The DSpace Batch Metadata Editor, which uses a CSV file to export/import item metadata.org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.service -
-
Uses of DSpaceCSV in org.dspace.app.bulkedit
Methods in org.dspace.app.bulkedit with parameters of type DSpaceCSV Modifier and Type Method Description voidMetadataImport. initMetadataImport(DSpaceCSV toImport)Create an instance of the metadata importer. -
Uses of DSpaceCSV in org.dspace.content
Methods in org.dspace.content that return DSpaceCSV Modifier and Type Method Description DSpaceCSVMetadataDSpaceCsvExportServiceImpl. export(Context context, Iterator<Item> toExport, boolean exportAll)DSpaceCSVMetadataDSpaceCsvExportServiceImpl. export(Context context, Community community, boolean exportAll)DSpaceCSVMetadataDSpaceCsvExportServiceImpl. handleExport(Context context, boolean exportAllItems, boolean exportAllMetadata, String identifier, DSpaceRunnableHandler handler) -
Uses of DSpaceCSV in org.dspace.content.service
Methods in org.dspace.content.service that return DSpaceCSV Modifier and Type Method Description DSpaceCSVMetadataDSpaceCsvExportService. export(Context context, Iterator<Item> toExport, boolean exportAll)This method will export all the Items in the given toExport iterator to a DSpaceCSVDSpaceCSVMetadataDSpaceCsvExportService. export(Context context, Community community, boolean exportAll)This method will export all the Items within the given Community to a DSpaceCSVDSpaceCSVMetadataDSpaceCsvExportService. handleExport(Context context, boolean exportAllItems, boolean exportAllMetadata, String identifier, DSpaceRunnableHandler dSpaceRunnableHandler)This method will export DSpaceObject objects depending on the parameters it gets.
-