Class BaseImageAction

    • Constructor Detail

      • BaseImageAction

        public BaseImageAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            Image image)
      • lockImages

        protected void lockImages​(Image image,
                                  jakarta.servlet.http.HttpServletRequest req)
                           throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockImages

        protected void unLockImages​(Image image,
                                    jakarta.servlet.http.HttpServletRequest req,
                                    boolean unlockByTimeoout)
                             throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkImages

        protected void checkImages​(Image image,
                                   jakarta.servlet.http.HttpServletRequest req)
                            throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdateImages

        protected void canUpdateImages​(Image image,
                                       jakarta.servlet.http.HttpServletRequest req)
                                throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception