Uses of Class
org.dspace.app.bulkedit.MetadataImportException
Packages that use MetadataImportException
Package
Description
The DSpace Batch Metadata Editor, which uses a CSV file to export/import
item metadata.
-
Uses of MetadataImportException in org.dspace.app.bulkedit
Methods in org.dspace.app.bulkedit that throw MetadataImportExceptionModifier and TypeMethodDescriptionprotected 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.MetadataImport.resolveEntityRefs(Context c, DSpaceCSVLine line) Gets a copy of the given csv line with all entity target references resolved to UUID strings.MetadataImport.runImport(Context c, boolean change, boolean useWorkflow, boolean workflowNotify, boolean useTemplate) Run an import.