Interface AnalysisSubmissionCleanupService
-
- All Known Implementing Classes:
AnalysisSubmissionCleanupServiceImpl
public interface AnalysisSubmissionCleanupServiceA service for cleaning up certain aspects ofAnalysisSubmissions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intswitchInconsistentSubmissionsToError()This examines all possible analysis submissions and moves any submissions not in a valid state toAnalysisState.ERROR.
-
-
-
Method Detail
-
switchInconsistentSubmissionsToError
int switchInconsistentSubmissionsToError()
This examines all possible analysis submissions and moves any submissions not in a valid state toAnalysisState.ERROR. This is used on start up to clean up inconsistent submissions that weren't properly executed.- Returns:
- The number of submissions switched over to
AnalysisState.ERROR.
-
-