Class LockTriggerHandler.ScriptUnlockArgsBean

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

    public static class LockTriggerHandler.ScriptUnlockArgsBean
    extends LockTriggerHandler.ScriptUnlockBaseBean
    implements mks.frame.triggers.ScriptExposableBean
    The Unlock Args Bean (imUnlockArgsBean)

    This bean is available when the lock trigger is fired.

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

    The post unlock trigger is fired after the unlock operation has committed. At this point, it has completed. Both this bean and the imUnlockResultBean LockTriggerHandler.ScriptUnlockResultBean are available.

    • Constructor Detail

      • ScriptUnlockArgsBean

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

      • getExposedName

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