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.launcher org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.service org.dspace.scripts org.dspace.scripts.handler.impl -
-
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.launcher
Methods in org.dspace.app.launcher with parameters of type DSpaceRunnableHandler Modifier and Type Method Description static intScriptLauncher. handleScript(String[] args, org.jdom.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.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.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 voidDSpaceRunnable. 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
-