Class BaseMediaLinkAction

    • Constructor Detail

      • BaseMediaLinkAction

        public BaseMediaLinkAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            MediaLink medialink)
      • lockMediaLinks

        protected void lockMediaLinks​(MediaLink medialink,
                                      jakarta.servlet.http.HttpServletRequest req)
                               throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockMediaLinks

        protected void unLockMediaLinks​(MediaLink medialink,
                                        jakarta.servlet.http.HttpServletRequest req,
                                        boolean unlockByTimeoout)
                                 throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkMediaLinks

        protected void checkMediaLinks​(MediaLink medialink,
                                       jakarta.servlet.http.HttpServletRequest req)
                                throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdateMediaLinks

        protected void canUpdateMediaLinks​(MediaLink medialink,
                                           jakarta.servlet.http.HttpServletRequest req)
                                    throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception