Uses of Class
org.dspace.scripts.DSpaceRunnable
-
Packages that use DSpaceRunnable Package Description org.dspace.administer Provides classes and methods for administrative functions that fall outside the regular use of other subsystems.org.dspace.app.bulkaccesscontrol 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.app.itemexport org.dspace.app.itemimport org.dspace.app.mediafilter org.dspace.app.solrdatabaseresync 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.orcid.script org.dspace.scripts org.dspace.scripts.configuration org.dspace.scripts.service org.dspace.statistics.export org.dspace.submit.migration org.dspace.subscriptions -
-
Uses of DSpaceRunnable in org.dspace.administer
Subclasses of DSpaceRunnable in org.dspace.administer Modifier and Type Class Description classProcessCleanerScript to cleanup the old processes in the specified state.classProcessCleanerCliTheProcessCleanerfor CLI. -
Uses of DSpaceRunnable in org.dspace.app.bulkaccesscontrol
Subclasses of DSpaceRunnable in org.dspace.app.bulkaccesscontrol Modifier and Type Class Description classBulkAccessControlImplementation ofDSpaceRunnableto perform a bulk access control via json file.classBulkAccessControlCliExtension ofBulkAccessControlfor CLI. -
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 fileclassMetadataExportCliclassMetadataExportSearchMetadata exporter to allow the batch export of metadata from a discovery search into a fileclassMetadataExportSearchCliThe cli version of theMetadataExportSearchscriptclassMetadataImportMetadata 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.app.itemexport
Subclasses of DSpaceRunnable in org.dspace.app.itemexport Modifier and Type Class Description classItemExportItem exporter to create simple AIPs for DSpace content.classItemExportCLICLI variant for theItemExportclass. -
Uses of DSpaceRunnable in org.dspace.app.itemimport
Subclasses of DSpaceRunnable in org.dspace.app.itemimport Modifier and Type Class Description classItemImportImport items into DSpace.classItemImportCLICLI variant for theItemImportclass. -
Uses of DSpaceRunnable in org.dspace.app.mediafilter
Subclasses of DSpaceRunnable in org.dspace.app.mediafilter Modifier and Type Class Description classMediaFilterScriptMediaFilterManager is the class that invokes the media/format filters over the repository's content. -
Uses of DSpaceRunnable in org.dspace.app.solrdatabaseresync
Subclasses of DSpaceRunnable in org.dspace.app.solrdatabaseresync Modifier and Type Class Description classSolrDatabaseResyncCliDSpaceRunnableimplementation to update solr items with "predb" status to either: - Delete them from solr if they're not present in the database - Remove their status if they're present in the database -
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.orcid.script
Subclasses of DSpaceRunnable in org.dspace.orcid.script Modifier and Type Class Description classOrcidBulkPushScript that perform the bulk synchronization with ORCID registry of all the ORCID queue records that has an profileItem that configure the synchronization mode equals to BATCH. -
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 -
Uses of DSpaceRunnable in org.dspace.subscriptions
Subclasses of DSpaceRunnable in org.dspace.subscriptions Modifier and Type Class Description classSubscriptionEmailNotificationImplementation ofDSpaceRunnableto find subscribed objects and send notification mails about themclassSubscriptionEmailNotificationCliExtension ofSubscriptionEmailNotificationfor CLI.
-