Uses of Interface
org.dspace.scripts.handler.DSpaceRunnableHandler
Packages that use DSpaceRunnableHandler
Package
Description
The DSpace Batch Metadata Editor, which uses a CSV file to export/import
item metadata.
Provides an API for reading and manipulating content in the DSpace system.
In DSpace, "curation" refers to the application of one or more "tasks" to one
or more model objects.
-
Uses of DSpaceRunnableHandler in org.dspace.app.bulkedit
Methods in org.dspace.app.bulkedit with parameters of type DSpaceRunnableHandlerModifier and TypeMethodDescriptionprotected booleanMetadataImport.determineChange(DSpaceRunnableHandler handler) This method determines whether the changes should be applied or not.protected booleanMetadataImportCLI.determineChange(DSpaceRunnableHandler handler) -
Uses of DSpaceRunnableHandler in org.dspace.app.itemexport
Methods in org.dspace.app.itemexport with parameters of type DSpaceRunnableHandlerModifier and TypeMethodDescriptionvoidItemExportServiceImpl.setHandler(DSpaceRunnableHandler handler) -
Uses of DSpaceRunnableHandler in org.dspace.app.itemexport.service
Methods in org.dspace.app.itemexport.service with parameters of type DSpaceRunnableHandlerModifier and TypeMethodDescriptionvoidItemExportService.setHandler(DSpaceRunnableHandler handler) Set the DSpace Runnable Handler -
Uses of DSpaceRunnableHandler in org.dspace.app.itemimport
Methods in org.dspace.app.itemimport with parameters of type DSpaceRunnableHandlerModifier and TypeMethodDescriptionvoidItemImportServiceImpl.setHandler(DSpaceRunnableHandler handler) -
Uses of DSpaceRunnableHandler in org.dspace.app.itemimport.service
Methods in org.dspace.app.itemimport.service with parameters of type DSpaceRunnableHandlerModifier and TypeMethodDescriptionvoidItemImportService.setHandler(DSpaceRunnableHandler handler) Set the DSpace Runnable Handler -
Uses of DSpaceRunnableHandler in org.dspace.app.launcher
Methods in org.dspace.app.launcher with parameters of type DSpaceRunnableHandlerModifier and TypeMethodDescriptionstatic intScriptLauncher.handleScript(String[] args, org.jdom2.Document commandConfigs, DSpaceRunnableHandler dSpaceRunnableHandler, DSpaceKernelImpl kernelImpl) This method will take the arguments from a commandline input and it'll find the script that the first argument refers to and it'll execute this script. -
Uses of DSpaceRunnableHandler in org.dspace.app.mediafilter
Fields in org.dspace.app.mediafilter declared as DSpaceRunnableHandlerMethods in org.dspace.app.mediafilter with parameters of type DSpaceRunnableHandlerModifier and TypeMethodDescriptionvoidMediaFilterServiceImpl.setLogHandler(DSpaceRunnableHandler handler) -
Uses of DSpaceRunnableHandler in org.dspace.app.mediafilter.service
Methods in org.dspace.app.mediafilter.service with parameters of type DSpaceRunnableHandlerModifier and TypeMethodDescriptionvoidMediaFilterService.setLogHandler(DSpaceRunnableHandler handler) Set the log handler used in the DSpace scripts and processes framework -
Uses of DSpaceRunnableHandler in org.dspace.content
Methods in org.dspace.content with parameters of type DSpaceRunnableHandlerModifier and TypeMethodDescriptionMetadataDSpaceCsvExportServiceImpl.export(Context context, Iterator<Item> toExport, boolean exportAll, DSpaceRunnableHandler handler) MetadataDSpaceCsvExportServiceImpl.export(Context context, Community community, boolean exportAll, DSpaceRunnableHandler handler) MetadataDSpaceCsvExportServiceImpl.handleExport(Context context, boolean exportAllItems, boolean exportAllMetadata, String identifier, DSpaceRunnableHandler handler) -
Uses of DSpaceRunnableHandler in org.dspace.content.service
Methods in org.dspace.content.service with parameters of type DSpaceRunnableHandlerModifier and TypeMethodDescriptionMetadataDSpaceCsvExportService.export(Context context, Iterator<Item> toExport, boolean exportAll, DSpaceRunnableHandler handler) This method will export all the Items in the given toExport iterator to a DSpaceCSVMetadataDSpaceCsvExportService.export(Context context, Community community, boolean exportAll, DSpaceRunnableHandler handler) This method will export all the Items within the given Community to a DSpaceCSVMetadataDSpaceCsvExportService.handleExport(Context context, boolean exportAllItems, boolean exportAllMetadata, String identifier, DSpaceRunnableHandler dSpaceRunnableHandler) This method will export DSpaceObject objects depending on the parameters it gets. -
Uses of DSpaceRunnableHandler in org.dspace.curate
Fields in org.dspace.curate declared as DSpaceRunnableHandlerConstructors in org.dspace.curate with parameters of type DSpaceRunnableHandlerModifierConstructorDescriptionCurator(DSpaceRunnableHandler handler) constructor that uses an handler for logging -
Uses of DSpaceRunnableHandler in org.dspace.scripts
Fields in org.dspace.scripts declared as DSpaceRunnableHandlerModifier and TypeFieldDescriptionprotected DSpaceRunnableHandlerDSpaceRunnable.handlerThe handler that deals with this script.Methods in org.dspace.scripts with parameters of type DSpaceRunnableHandlerModifier and TypeMethodDescriptionDSpaceRunnable.initialize(String[] args, DSpaceRunnableHandler dSpaceRunnableHandler, EPerson currentUser) This method sets the appropriate DSpaceRunnableHandler depending on where it was ran from and it parses the arguments given to the script -
Uses of DSpaceRunnableHandler in org.dspace.scripts.handler.impl
Classes in org.dspace.scripts.handler.impl that implement DSpaceRunnableHandlerModifier and TypeClassDescriptionclassThis is an implementation for the CommandLineDSpaceRunnables which means that these implementations are used by DSpaceRunnables which are called from the CommandLine -
Uses of DSpaceRunnableHandler in org.dspace.subscriptions
Methods in org.dspace.subscriptions with parameters of type DSpaceRunnableHandlerModifier and TypeMethodDescriptionvoidSubscriptionEmailNotificationService.perform(Context context, DSpaceRunnableHandler handler, String subscriptionType, String frequency) Performs sending of e-mails to subscribers by frequency value and SubscriptionTypevoidSubscriptionEmailNotificationServiceImpl.perform(Context context, DSpaceRunnableHandler handler, String subscriptionType, String frequency)