Class BaseConstraintAction

    • Constructor Detail

      • BaseConstraintAction

        public BaseConstraintAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            Constraint constraint)
      • lockConstraints

        protected void lockConstraints​(Constraint constraint,
                                       jakarta.servlet.http.HttpServletRequest req)
                                throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockConstraints

        protected void unLockConstraints​(Constraint constraint,
                                         jakarta.servlet.http.HttpServletRequest req,
                                         boolean unlockByTimeoout)
                                  throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkConstraints

        protected void checkConstraints​(Constraint constraint,
                                        jakarta.servlet.http.HttpServletRequest req)
                                 throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdateConstraints

        protected void canUpdateConstraints​(Constraint constraint,
                                            jakarta.servlet.http.HttpServletRequest req)
                                     throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception