Class GeneralSingleWorker


  • @Entity
    public class GeneralSingleWorker
    extends Worker
    DB entity of the concrete Worker if a study is run as an General Single Worker. A General Single Worker is a worker for an external run, the worker can run the study only once. The worker is created during start of the study.
    • Constructor Detail

      • GeneralSingleWorker

        public GeneralSingleWorker()
    • Method Detail

      • getWorkerType

        public java.lang.String getWorkerType()
        Specified by:
        getWorkerType in class Worker
      • getUIWorkerType

        public java.lang.String getUIWorkerType()
        Specified by:
        getUIWorkerType in class Worker
      • validate

        public java.util.List<play.data.validation.ValidationError> validate()
        Specified by:
        validate in class Worker