Uses of Class
org.dspace.app.bulkedit.DSpaceCSVLine
-
Packages that use DSpaceCSVLine Package Description org.dspace.app.bulkedit The DSpace Batch Metadata Editor, which uses a CSV file to export/import item metadata. -
-
Uses of DSpaceCSVLine in org.dspace.app.bulkedit
Fields in org.dspace.app.bulkedit with type parameters of type DSpaceCSVLine Modifier and Type Field Description protected List<DSpaceCSVLine>DSpaceCSV. linesAn array list of CSV linesMethods in org.dspace.app.bulkedit that return DSpaceCSVLine Modifier and Type Method Description DSpaceCSVLineMetadataImport. resolveEntityRefs(DSpaceCSVLine line)Gets a copy of the given csv line with all entity target references resolved to UUID strings.Methods in org.dspace.app.bulkedit that return types with arguments of type DSpaceCSVLine Modifier and Type Method Description List<DSpaceCSVLine>DSpaceCSV. getCSVLines()Get the lines in CSV holdersMethods in org.dspace.app.bulkedit with parameters of type DSpaceCSVLine Modifier and Type Method Description protected 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.DSpaceCSVLineMetadataImport. resolveEntityRefs(DSpaceCSVLine line)Gets a copy of the given csv line with all entity target references resolved to UUID strings.
-