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:
Raf Ponsaerts
2019-10-21 16:31:04 +02:00
parent fa023db4ee
commit e2cc3a9391
30 changed files with 220 additions and 104 deletions

View File

@@ -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 {