Package org.dspace.app.bulkedit
The DSpace Batch Metadata Editor, which uses a CSV file to export/import item metadata.
- works on items, communities, collections or the whole site
- can also create new items, delete items and withdraw/restore them
- cannot export/import bitstreams
-
Class Summary Class Description BulkEditChange Utility class to store changes to item that may occur during a batch edit.BulkEditMetadataValue Value class used for metadata value edits used by the bulk edit.DSpaceCSV Utility class to read and write CSV files ************** Important Note ************** This class has been made serializable, as it is stored in a Session.DSpaceCSVLine Utility class to store a line from a CSV fileMetadataDeletion DSpaceRunnableimplementation to delete all the values of the given metadata field.MetadataDeletionCli TheMetadataDeletionfor CLI.MetadataDeletionCliScriptConfiguration Script configuration forMetadataDeletionCli.MetadataDeletionScriptConfiguration<T extends MetadataDeletion> TheScriptConfigurationfor theMetadataDeletionscript.MetadataExport Metadata exporter to allow the batch export of metadata into a fileMetadataExportCli MetadataExportCliScriptConfiguration MetadataExportScriptConfiguration<T extends MetadataExport> TheScriptConfigurationfor theMetadataExportscriptMetadataExportSearch Metadata exporter to allow the batch export of metadata from a discovery search into a fileMetadataExportSearchCli The cli version of theMetadataExportSearchscriptMetadataExportSearchCliScriptConfiguration This is the CLI version of theMetadataExportSearchScriptConfigurationclass that handles the configuration for theMetadataExportSearchCliscriptMetadataExportSearchScriptConfiguration<T extends MetadataExportSearch> TheScriptConfigurationfor theMetadataExportSearchscriptMetadataImport Metadata importer to allow the batch import of metadata from a fileMetadataImportCLI CLI variant for theMetadataImportclass This has been made so that we can specify the behaviour of the determineChanges method to be specific for the CLIMetadataImportCliScriptConfiguration TheScriptConfigurationfor theMetadataImportCLICLI scriptMetadataImportScriptConfiguration<T extends MetadataImport> TheScriptConfigurationfor theMetadataImportscript -
Exception Summary Exception Description MetadataImportException Metadata importer exceptionMetadataImportInvalidHeadingException Metadata importer exception