Class LockTriggerHandler.ScriptLockBaseBean

    • Constructor Detail

      • ScriptLockBaseBean

        public ScriptLockBaseBean​(java.util.List<java.lang.Integer> docIDs,
                                  int lockUserID,
                                  int lockGroupID,
                                  java.sql.Connection c)
    • Method Detail

      • isGroupLock

        public boolean isGroupLock()
        True if the lock is a group lock
      • getLockPrincipalBean

        public LocalTriggerManager.ScriptPrincipalBean getLockPrincipalBean()
        Returns the ScriptUserBean, ScriptGroupBean, or ScriptDynamicGroupBean, depending on whether it was a group or user that locked the documents.
      • isUserLock

        public boolean isUserLock()
        True if the lock is a user lock