Class BaseExperimentAction

    • Constructor Detail

      • BaseExperimentAction

        public BaseExperimentAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            Experiment experiment)
      • lockExperiments

        protected void lockExperiments​(Experiment experiment,
                                       jakarta.servlet.http.HttpServletRequest req)
                                throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockExperiments

        protected void unLockExperiments​(Experiment experiment,
                                         jakarta.servlet.http.HttpServletRequest req,
                                         boolean unlockByTimeoout)
                                  throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkExperiments

        protected void checkExperiments​(Experiment experiment,
                                        jakarta.servlet.http.HttpServletRequest req)
                                 throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdateExperiments

        protected void canUpdateExperiments​(Experiment experiment,
                                            jakarta.servlet.http.HttpServletRequest req)
                                     throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception