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.app.harvest org.dspace.curate In DSpace, "curation" refers to the application of one or more "tasks" to one or more model objects.org.dspace.discovery org.dspace.scripts org.dspace.scripts.configuration org.dspace.scripts.service org.dspace.statistics.export org.dspace.submit.migration -
-
Uses of DSpaceRunnable in org.dspace.app.bulkedit
Subclasses of DSpaceRunnable in org.dspace.app.bulkedit Modifier and Type Class Description classMetadataDeletionDSpaceRunnableimplementation to delete all the values of the given metadata field.classMetadataDeletionCliTheMetadataDeletionfor CLI.classMetadataExportMetadata exporter to allow the batch export of metadata into a fileclassMetadataExportCliclassMetadataImportMetadata 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.app.harvest
Subclasses of DSpaceRunnable in org.dspace.app.harvest Modifier and Type Class Description classHarvestTest class for harvested collections.classHarvestCli -
Uses of DSpaceRunnable in org.dspace.curate
Subclasses of DSpaceRunnable in org.dspace.curate Modifier and Type Class Description classCurationCurationCli provides command-line access to Curation tools and processes.classCurationCliThis is the CLI version of theCurationscript. -
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 -
Uses of DSpaceRunnable in org.dspace.statistics.export
Subclasses of DSpaceRunnable in org.dspace.statistics.export Modifier and Type Class Description classRetryFailedOpenUrlTrackerScript to retry the failed url transmissions to IRUS This script also has an option to add new failed urls for testing purposes -
Uses of DSpaceRunnable in org.dspace.submit.migration
Subclasses of DSpaceRunnable in org.dspace.submit.migration Modifier and Type Class Description classSubmissionFormsMigrationScript (configSubmissionFormsMigrationCliScriptConfiguration) to transform the old input-forms.xml and item-submission.xml via XSLT (xsl files in dspace/config/migration) into respectively the new submission-forms.xsl and item-submissions.xsl files
-