mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
Evaluated feedback on scripts and processes endpoints and model classes. Added javadoc, fixed tests and made improvements to various parts of the Scripts and processes feature
This commit is contained in:
@@ -22,6 +22,7 @@ import org.springframework.beans.factory.annotation.Required;
|
||||
/**
|
||||
* This abstract class is the class that should be extended by each script.
|
||||
* it provides the basic variables to be hold by the script as well as the means to initialize, parse and run the script
|
||||
* Every DSpaceRunnable that is implemented in this way should be defined in the scripts.xml config file as a bean
|
||||
*/
|
||||
public abstract class DSpaceRunnable implements Runnable {
|
||||
|
||||
|
Reference in New Issue
Block a user