Package org.dspace.qaevent
Interface QAEventAutomaticProcessingEvaluation
- All Known Implementing Classes:
QAScoreAutomaticProcessingEvaluation
public interface QAEventAutomaticProcessingEvaluation
This interface allows the implemnetation of Automation Processing rules
defining which
AutomaticProcessingAction should be eventually
performed on a specific QAEvent- Author:
- Mohamed Eskander (mohamed.eskander at 4science.com)
-
Method Summary
Modifier and TypeMethodDescriptionevaluateAutomaticProcessing(Context context, QAEvent qaEvent) Evaluate aQAEventto decide which, if any,AutomaticProcessingActionshould be performed
-
Method Details
-
evaluateAutomaticProcessing
Evaluate aQAEventto decide which, if any,AutomaticProcessingActionshould be performed- Parameters:
context- the DSpace contextqaEvent- the quality assurance event- Returns:
- an action of
AutomaticProcessingActionor null if no automatic action should be performed
-