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