Uses of Class
org.dspace.scripts.DSpaceRunnable
Packages that use DSpaceRunnable
Package
Description
Provides classes and methods for administrative functions that fall outside
the regular use of other subsystems.
The DSpace Batch Metadata Editor, which uses a CSV file to export/import
item metadata.
In DSpace, "curation" refers to the application of one or more "tasks" to one
or more model objects.
-
Uses of DSpaceRunnable in org.dspace.administer
Subclasses of DSpaceRunnable in org.dspace.administerModifier and TypeClassDescriptionclassScript to cleanup the old processes in the specified state.classTheProcessCleanerfor CLI. -
Uses of DSpaceRunnable in org.dspace.app.bulkaccesscontrol
Subclasses of DSpaceRunnable in org.dspace.app.bulkaccesscontrolModifier and TypeClassDescriptionclassImplementation ofDSpaceRunnableto perform a bulk access control via json file.classExtension ofBulkAccessControlfor CLI. -
Uses of DSpaceRunnable in org.dspace.app.bulkedit
Subclasses of DSpaceRunnable in org.dspace.app.bulkeditModifier and TypeClassDescriptionclassDSpaceRunnableimplementation to delete all the values of the given metadata field.classTheMetadataDeletionfor CLI.classMetadata exporter to allow the batch export of metadata into a fileclassclassMetadata exporter to allow the batch export of metadata from a Filtered Items content report execution into a fileclassThe CLI version of theMetadataExportFilteredItemsReportscriptclassMetadata exporter to allow the batch export of metadata from a discovery search into a fileclassThe cli version of theMetadataExportSearchscriptclassMetadata importer to allow the batch import of metadata from a fileclassCLI 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.harvestModifier and TypeClassDescriptionclassTest class for harvested collections.class -
Uses of DSpaceRunnable in org.dspace.app.itemexport
Subclasses of DSpaceRunnable in org.dspace.app.itemexportModifier and TypeClassDescriptionclassItem exporter to create simple AIPs for DSpace content.classCLI variant for theItemExportclass. -
Uses of DSpaceRunnable in org.dspace.app.itemimport
Subclasses of DSpaceRunnable in org.dspace.app.itemimportModifier and TypeClassDescriptionclassImport items into DSpace.classCLI variant for theItemImportclass. -
Uses of DSpaceRunnable in org.dspace.app.mediafilter
Subclasses of DSpaceRunnable in org.dspace.app.mediafilterModifier and TypeClassDescriptionclassMediaFilterManager 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.solrdatabaseresyncModifier and TypeClassDescriptionclassDSpaceRunnableimplementation 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.app.suggestion.runnable
Subclasses of DSpaceRunnable in org.dspace.app.suggestion.runnableModifier and TypeClassDescriptionclassRunner responsible to import metadata about authors from loader to Solr.classCLI implementation of thePublicationLoaderRunnablescript. -
Uses of DSpaceRunnable in org.dspace.curate
Subclasses of DSpaceRunnable in org.dspace.curateModifier and TypeClassDescriptionclassCurationCli provides command-line access to Curation tools and processes.classThis is the CLI version of theCurationscript. -
Uses of DSpaceRunnable in org.dspace.discovery
Subclasses of DSpaceRunnable in org.dspace.discoveryModifier and TypeClassDescriptionclassClass used to reindex DSpace communities/collections/items into discovery. -
Uses of DSpaceRunnable in org.dspace.orcid.script
Subclasses of DSpaceRunnable in org.dspace.orcid.scriptModifier and TypeClassDescriptionclassScript 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.qaevent.script
Subclasses of DSpaceRunnable in org.dspace.qaevent.scriptModifier and TypeClassDescriptionclassImplementation ofDSpaceRunnableto perform a QAEvents import from a json file.classExtensions ofOpenaireEventsImportto run the script on console. -
Uses of DSpaceRunnable in org.dspace.scripts
Methods in org.dspace.scripts that return DSpaceRunnableModifier and TypeMethodDescriptionScriptServiceImpl.createDSpaceRunnableForScriptConfiguration(ScriptConfiguration scriptToExecute) -
Uses of DSpaceRunnable in org.dspace.scripts.configuration
Classes in org.dspace.scripts.configuration with type parameters of type DSpaceRunnableModifier and TypeClassDescriptionclassScriptConfiguration<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 DSpaceRunnableModifier and TypeMethodDescriptionScriptService.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.exportModifier and TypeClassDescriptionclassScript 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.migrationModifier and TypeClassDescriptionclassScript (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.subscriptionsModifier and TypeClassDescriptionclassImplementation ofDSpaceRunnableto find subscribed objects and send notification mails about themclassExtension ofSubscriptionEmailNotificationfor CLI.