Class EngineComment.ScriptReviewSessionArgsBean

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

    public static class EngineComment.ScriptReviewSessionArgsBean
    extends LocalTriggerManager.ScriptIMBaseBean
    implements mks.frame.triggers.ScriptExposableBean
    A class that represents the arguments for review session bean. This class also contains names of the reviewers, Review session ID , Context ID, Operation performed.
    • Method Detail

      • isClosed

        public boolean isClosed()
        Return true if these review session is being closed.
        Returns:
        true if these review session is being closed, false otherwise.
      • isAborted

        public boolean isAborted()
        Return true if these review session is being aborted.
        Returns:
        true if these review session is being aborted, false otherwise.
      • isReadonly

        public boolean isReadonly()
      • getExposedName

        public java.lang.String getExposedName()
        Description copied from class: ScriptBaseBean
        Returns the name of this bean that is exposed to the scripting language.
        Specified by:
        getExposedName in interface mks.frame.triggers.ScriptExposableBean
        Specified by:
        getExposedName in class ScriptBaseBean
        Returns:
        the bean name: siMemberBean.
        See Also:
        ScriptBaseBean.getExposedName()
      • getReviewSessionBean

        public LocalTriggerManager.ScriptReviewSessionBean getReviewSessionBean()
        Returns ScriptReviewSessionBean object. The ScriptReviewSessionBean object contains the information about reviewers names, Review session ID, context ID and the operation done on review session : CLOSED/ ABORTED Note : Trigger should only be used for POST event.
        Returns:
        mks.ci.server.engine.LocalTriggerManager.ScriptReviewSessionBean ScriptReviewSessionBean