Uses of Interface
org.dspace.app.itemexport.service.ItemExportService
Packages that use ItemExportService
-
Uses of ItemExportService in org.dspace.app.itemexport
Classes in org.dspace.app.itemexport that implement ItemExportServiceModifier and TypeClassDescriptionclassItem exporter to create simple AIPs for DSpace content.Methods in org.dspace.app.itemexport with parameters of type ItemExportServiceModifier and TypeMethodDescriptionprotected 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 ItemExportServiceModifier and TypeMethodDescriptionabstract ItemExportServiceItemExportServiceFactory.getItemExportService()ItemExportServiceFactoryImpl.getItemExportService()