Uses of Interface
org.dspace.app.itemimport.service.ItemImportService
-
Packages that use ItemImportService Package Description org.dspace.app.itemimport org.dspace.app.itemimport.factory -
-
Uses of ItemImportService in org.dspace.app.itemimport
Classes in org.dspace.app.itemimport that implement ItemImportService Modifier and Type Class Description classItemImportServiceImplImport items into DSpace.Methods in org.dspace.app.itemimport with parameters of type ItemImportService Modifier and Type Method Description protected voidItemImport. process(Context context, ItemImportService itemImportService, List<Collection> collections)Process the importprotected voidItemImportCLI. process(Context context, ItemImportService itemImportService, List<Collection> collections)protected voidItemImport. readZip(Context context, ItemImportService itemImportService)Read the ZIP archive in SAF formatprotected voidItemImportCLI. readZip(Context context, ItemImportService itemImportService) -
Uses of ItemImportService in org.dspace.app.itemimport.factory
Methods in org.dspace.app.itemimport.factory that return ItemImportService Modifier and Type Method Description abstract ItemImportServiceItemImportServiceFactory. getItemImportService()ItemImportServiceItemImportServiceFactoryImpl. getItemImportService()
-