Uses of Class
org.dspace.scripts.DSpaceRunnable
-
Packages that use DSpaceRunnable Package Description org.dspace.app.bulkedit The DSpace Batch Metadata Editor, which uses a CSV file to export/import item metadata.org.dspace.discovery org.dspace.scripts org.dspace.scripts.configuration org.dspace.scripts.service -
-
Uses of DSpaceRunnable in org.dspace.app.bulkedit
Subclasses of DSpaceRunnable in org.dspace.app.bulkedit Modifier and Type Class Description classMetadataExportMetadata exporter to allow the batch export of metadata into a fileclassMetadataImportMetadata importer to allow the batch import of metadata from a fileclassMetadataImportCLICLI variant for theMetadataImportclass This has been made so that we can specify the behaviour of the determineChanges method to be specific for the CLI -
Uses of DSpaceRunnable in org.dspace.discovery
Subclasses of DSpaceRunnable in org.dspace.discovery Modifier and Type Class Description classIndexClientClass used to reindex dspace communities/collections/items into discovery -
Uses of DSpaceRunnable in org.dspace.scripts
Methods in org.dspace.scripts that return DSpaceRunnable Modifier and Type Method Description DSpaceRunnableScriptServiceImpl. createDSpaceRunnableForScriptConfiguration(ScriptConfiguration scriptToExecute) -
Uses of DSpaceRunnable in org.dspace.scripts.configuration
Classes in org.dspace.scripts.configuration with type parameters of type DSpaceRunnable Modifier and Type Class Description classScriptConfiguration<T extends DSpaceRunnable>This class represents an Abstract class that a ScriptConfiguration can inherit to further implement this and represent a script's configuration -
Uses of DSpaceRunnable in org.dspace.scripts.service
Methods in org.dspace.scripts.service that return DSpaceRunnable Modifier and Type Method Description DSpaceRunnableScriptService. createDSpaceRunnableForScriptConfiguration(ScriptConfiguration scriptToExecute)This method will create a new instance of the DSpaceRunnable that's linked with this Scriptconfiguration It'll grab the DSpaceRunnable class from the ScriptConfiguration's variables and create a new instance of it to return
-