Package services.gui

Class WorkerService


  • @Singleton
    public class WorkerService
    extends java.lang.Object
    Service class for JATOS Controllers (not Publix).
    • Method Detail

      • retrieveStudyResultCountsPerWorker

        public java.util.Map<java.lang.String,​java.lang.Integer> retrieveStudyResultCountsPerWorker​(Batch batch)
        Retrieves the count of StudyResults for each worker type in a map ( workerType -> count).
      • extractWorkerType

        public static java.lang.String extractWorkerType​(java.lang.String workerType)
      • isValidWorkerType

        public static boolean isValidWorkerType​(java.lang.String workerType)