Uses of Class
org.dspace.app.bulkedit.BulkEditChange
-
Packages that use BulkEditChange Package Description org.dspace.app.bulkedit 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 BulkEditChange Modifier and Type Method Description List<BulkEditChange>MetadataImport. runImport(boolean change, boolean useWorkflow, boolean workflowNotify, boolean useTemplate)Run an import.Methods in org.dspace.app.bulkedit with parameters of type BulkEditChange Modifier and Type Method Description protected voidMetadataImport. add(String[] fromCSV, String md, BulkEditChange changes)Add an item metadata with a line from CSV, and optionally update the itemprotected voidMetadataImport. compare(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(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.
-