Uses of Interface
org.dspace.app.itemimport.service.ItemImportService
Packages that use ItemImportService
-
Uses of ItemImportService in org.dspace.app.itemimport
Classes in org.dspace.app.itemimport that implement ItemImportServiceMethods in org.dspace.app.itemimport with parameters of type ItemImportServiceModifier and TypeMethodDescriptionprotected 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 ItemImportServiceModifier and TypeMethodDescriptionabstract ItemImportServiceItemImportServiceFactory.getItemImportService()ItemImportServiceFactoryImpl.getItemImportService()