Uses of Class
org.dspace.app.bulkedit.BulkEditChange
Packages that use BulkEditChange
Package
Description
The DSpace Batch Metadata Editor, which uses a CSV file to export/import
item metadata.
-
Uses of BulkEditChange in org.dspace.app.bulkedit
Methods in org.dspace.app.bulkedit that return types with arguments of type BulkEditChangeModifier and TypeMethodDescriptionMetadataImport.runImport(Context c, boolean change, boolean useWorkflow, boolean workflowNotify, boolean useTemplate) Run an import.Methods in org.dspace.app.bulkedit with parameters of type BulkEditChangeModifier and TypeMethodDescriptionprotected voidMetadataImport.add(Context c, String[] fromCSV, String md, BulkEditChange changes) Add an item metadata with a line from CSV, and optionally update the itemprotected voidMetadataImport.compare(Context c, Item item, List<String> collections, List<Collection> actualCollections, BulkEditChange bechange, boolean change) Compare changes between an items owning collection and mapped collections and what is in the CSV fileprotected voidMetadataImport.compareAndUpdate(Context c, Item item, String[] fromCSV, boolean change, String md, BulkEditChange changes, DSpaceCSVLine line) Compare an item metadata with a line from CSV, and optionally update the item.