Uses of Class
org.dspace.scripts.configuration.ScriptConfiguration
-
Packages that use ScriptConfiguration 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.service org.dspace.statistics.export org.dspace.submit.migration -
-
Uses of ScriptConfiguration in org.dspace.app.bulkedit
Subclasses of ScriptConfiguration in org.dspace.app.bulkedit Modifier and Type Class Description classMetadataDeletionCliScriptConfigurationScript configuration forMetadataDeletionCli.classMetadataDeletionScriptConfiguration<T extends MetadataDeletion>TheScriptConfigurationfor theMetadataDeletionscript.classMetadataExportCliScriptConfigurationclassMetadataExportScriptConfiguration<T extends MetadataExport>TheScriptConfigurationfor theMetadataExportscriptclassMetadataImportCliScriptConfigurationTheScriptConfigurationfor theMetadataImportCLICLI scriptclassMetadataImportScriptConfiguration<T extends MetadataImport>TheScriptConfigurationfor theMetadataImportscript -
Uses of ScriptConfiguration in org.dspace.app.harvest
Subclasses of ScriptConfiguration in org.dspace.app.harvest Modifier and Type Class Description classHarvestCliScriptConfigurationclassHarvestScriptConfiguration<T extends Harvest> -
Uses of ScriptConfiguration in org.dspace.curate
Subclasses of ScriptConfiguration in org.dspace.curate Modifier and Type Class Description classCurationCliScriptConfigurationThis is the CLI version of theCurationScriptConfigurationclass that handles the configuration for theCurationCliscriptclassCurationScriptConfiguration<T extends Curation>TheScriptConfigurationfor theCurationscript -
Uses of ScriptConfiguration in org.dspace.discovery
Subclasses of ScriptConfiguration in org.dspace.discovery Modifier and Type Class Description classIndexDiscoveryScriptConfiguration<T extends IndexClient>TheScriptConfigurationfor theIndexClientscript -
Uses of ScriptConfiguration in org.dspace.scripts
Classes in org.dspace.scripts with type parameters of type ScriptConfiguration Modifier and Type Class Description classDSpaceRunnable<T extends ScriptConfiguration>This is the class that should be extended for each Script.Methods in org.dspace.scripts that return ScriptConfiguration Modifier and Type Method Description ScriptConfigurationScriptServiceImpl. getScriptConfiguration(String name)Methods in org.dspace.scripts that return types with arguments of type ScriptConfiguration Modifier and Type Method Description List<ScriptConfiguration>ScriptServiceImpl. getScriptConfigurations(Context context)Methods in org.dspace.scripts with parameters of type ScriptConfiguration Modifier and Type Method Description DSpaceRunnableScriptServiceImpl. createDSpaceRunnableForScriptConfiguration(ScriptConfiguration scriptToExecute) -
Uses of ScriptConfiguration in org.dspace.scripts.service
Methods in org.dspace.scripts.service that return ScriptConfiguration Modifier and Type Method Description ScriptConfigurationScriptService. getScriptConfiguration(String name)This method will return the ScriptConfiguration that has the name that's equal to the name given in the parametersMethods in org.dspace.scripts.service that return types with arguments of type ScriptConfiguration Modifier and Type Method Description List<ScriptConfiguration>ScriptService. getScriptConfigurations(Context context)This method will return a list of ScriptConfiguration objects for which the given Context is authorizedMethods in org.dspace.scripts.service with parameters of type ScriptConfiguration 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 ScriptConfiguration in org.dspace.statistics.export
Subclasses of ScriptConfiguration in org.dspace.statistics.export Modifier and Type Class Description classRetryFailedOpenUrlTrackerScriptConfiguration<T extends RetryFailedOpenUrlTracker>TheScriptConfigurationfor theRetryFailedOpenUrlTrackerscript -
Uses of ScriptConfiguration in org.dspace.submit.migration
Subclasses of ScriptConfiguration in org.dspace.submit.migration Modifier and Type Class Description classSubmissionFormsMigrationCliScriptConfiguration<T extends SubmissionFormsMigration>TheScriptConfigurationfor theSubmissionFormsMigrationscriptclassSubmissionFormsMigrationScriptConfigurationSubclass ofSubmissionFormsMigrationCliScriptConfigurationto be use in rest/scripts.xml configuration so this script is not runnable from REST
-