Class LockTriggerHandler.ScriptLockArgsBean

  • All Implemented Interfaces:
    mks.frame.triggers.ScriptExposableBean
    Enclosing class:
    LockTriggerHandler

    public static class LockTriggerHandler.ScriptLockArgsBean
    extends LockTriggerHandler.ScriptLockBaseBean
    implements mks.frame.triggers.ScriptExposableBean
    The Lock Args Bean (imLockArgsBean)

    This bean is available when the lock trigger is fired.

    The pre lock trigger is fired before any part of the lock operation starts, and simply provides the information supplied by the client.

    The post lock trigger is fired after the lock operation has committed. At this point, it has completed. Both this bean and the imLockResultBean LockTriggerHandler.ScriptLockResultBean are available.

    • Constructor Detail

      • ScriptLockArgsBean

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

      • getExposedName

        public java.lang.String getExposedName()
        The name of this bean: imLockArgsBean
        Specified by:
        getExposedName in interface mks.frame.triggers.ScriptExposableBean
        Specified by:
        getExposedName in class ScriptBaseBean
        Returns:
        the bean name: siMemberBean.