Uses of Interface
org.dspace.app.itemexport.service.ItemExportService
-
Packages that use ItemExportService Package Description org.dspace.app.itemexport org.dspace.app.itemexport.factory -
-
Uses of ItemExportService in org.dspace.app.itemexport
Classes in org.dspace.app.itemexport that implement ItemExportService Modifier and Type Class Description classItemExportServiceImplItem exporter to create simple AIPs for DSpace content.Methods in org.dspace.app.itemexport with parameters of type ItemExportService Modifier and Type Method Description protected voidItemExport. process(Context context, ItemExportService itemExportService)Process the exportprotected voidItemExportCLI. process(Context context, ItemExportService itemExportService)protected voidItemExport. setDestDirName(Context context, ItemExportService itemExportService)Set the destination directory option -
Uses of ItemExportService in org.dspace.app.itemexport.factory
Methods in org.dspace.app.itemexport.factory that return ItemExportService Modifier and Type Method Description abstract ItemExportServiceItemExportServiceFactory. getItemExportService()ItemExportServiceItemExportServiceFactoryImpl. getItemExportService()
-