Uses of Class
org.dspace.app.bulkedit.MetadataImportException
-
Packages that use MetadataImportException Package Description org.dspace.app.bulkedit 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 MetadataImportException Modifier and Type Method Description protected 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.DSpaceCSVLineMetadataImport. resolveEntityRefs(Context c, DSpaceCSVLine line)Gets a copy of the given csv line with all entity target references resolved to UUID strings.List<BulkEditChange>MetadataImport. runImport(Context c, boolean change, boolean useWorkflow, boolean workflowNotify, boolean useTemplate)Run an import.
-