Uses of Interface
org.dspace.scripts.handler.DSpaceRunnableHandler
-
Packages that use DSpaceRunnableHandler Package Description org.dspace.app.bulkedit The DSpace Batch Metadata Editor, which uses a CSV file to export/import item metadata.org.dspace.app.itemexport org.dspace.app.itemexport.service org.dspace.app.itemimport org.dspace.app.itemimport.service org.dspace.app.launcher org.dspace.app.mediafilter org.dspace.app.mediafilter.service org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.service org.dspace.curate In DSpace, "curation" refers to the application of one or more "tasks" to one or more model objects.org.dspace.scripts org.dspace.scripts.handler.impl org.dspace.subscriptions -
-
Uses of DSpaceRunnableHandler in org.dspace.app.bulkedit
Methods in org.dspace.app.bulkedit with parameters of type DSpaceRunnableHandler Modifier and Type Method Description protected 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 DSpaceRunnableHandler Modifier and Type Method Description voidItemExportServiceImpl. setHandler(DSpaceRunnableHandler handler) -
Uses of DSpaceRunnableHandler in org.dspace.app.itemexport.service
Methods in org.dspace.app.itemexport.service with parameters of type DSpaceRunnableHandler Modifier and Type Method Description voidItemExportService. 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 DSpaceRunnableHandler Modifier and Type Method Description voidItemImportServiceImpl. setHandler(DSpaceRunnableHandler handler) -
Uses of DSpaceRunnableHandler in org.dspace.app.itemimport.service
Methods in org.dspace.app.itemimport.service with parameters of type DSpaceRunnableHandler Modifier and Type Method Description voidItemImportService. 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 DSpaceRunnableHandler Modifier and Type Method Description static 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 DSpaceRunnableHandler Modifier and Type Field Description protected DSpaceRunnableHandlerMediaFilterServiceImpl. handlerMethods in org.dspace.app.mediafilter with parameters of type DSpaceRunnableHandler Modifier and Type Method Description voidMediaFilterServiceImpl. setLogHandler(DSpaceRunnableHandler handler) -
Uses of DSpaceRunnableHandler in org.dspace.app.mediafilter.service
Methods in org.dspace.app.mediafilter.service with parameters of type DSpaceRunnableHandler Modifier and Type Method Description voidMediaFilterService. 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 DSpaceRunnableHandler Modifier and Type Method Description DSpaceCSVMetadataDSpaceCsvExportServiceImpl. 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 DSpaceRunnableHandler Modifier and Type Method Description 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 DSpaceRunnableHandler Modifier and Type Field Description protected DSpaceRunnableHandlerCurator. handlerConstructors in org.dspace.curate with parameters of type DSpaceRunnableHandler Constructor Description Curator(DSpaceRunnableHandler handler)constructor that uses an handler for logging -
Uses of DSpaceRunnableHandler in org.dspace.scripts
Fields in org.dspace.scripts declared as DSpaceRunnableHandler Modifier and Type Field Description protected DSpaceRunnableHandlerDSpaceRunnable. handlerThe handler that deals with this script.Methods in org.dspace.scripts with parameters of type DSpaceRunnableHandler Modifier and Type Method Description DSpaceRunnable.StepResultDSpaceRunnable. 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 DSpaceRunnableHandler Modifier and Type Class Description classCommandLineDSpaceRunnableHandlerThis 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 DSpaceRunnableHandler Modifier and Type Method Description voidSubscriptionEmailNotificationService. 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)
-