Class BaseFileLinkAction

    • Constructor Detail

      • BaseFileLinkAction

        public BaseFileLinkAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            FileLink filelink)
      • lockFileLinks

        protected void lockFileLinks​(FileLink filelink,
                                     jakarta.servlet.http.HttpServletRequest req)
                              throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockFileLinks

        protected void unLockFileLinks​(FileLink filelink,
                                       jakarta.servlet.http.HttpServletRequest req,
                                       boolean unlockByTimeoout)
                                throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkFileLinks

        protected void checkFileLinks​(FileLink filelink,
                                      jakarta.servlet.http.HttpServletRequest req)
                               throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdateFileLinks

        protected void canUpdateFileLinks​(FileLink filelink,
                                          jakarta.servlet.http.HttpServletRequest req)
                                   throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception