Class EngineTestResult.ScriptTestResultsArgsBean

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

    public static class EngineTestResult.ScriptTestResultsArgsBean
    extends LocalTriggerManager.ScriptIMBaseBean
    implements mks.frame.triggers.ScriptExposableBean
    A class that represents the arguments for test results. This class also contains the selection of test results that are being operated on.
    • Method Detail

      • 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()
      • isCreate

        public boolean isCreate()
        Return true if these test results are being created.
        Returns:
        true if these test results are being created, false otherwise.
      • isEdit

        public boolean isEdit()
        Return true if these test results are being modified.
        Returns:
        true if these test results are being modified, false otherwise.
      • isDelete

        public boolean isDelete()
        Return true if these test results are being deleted.
        Returns:
        true if these test results are being deleted, false otherwise.
      • getTestResultBeans

        public LocalTriggerManager.ScriptTestResultBean[] getTestResultBeans()
        Returns all of the test results being operated on as an array of ScriptTestResultBean objects. For create, edit, and set test result commands, a fully populated delta bean is returned.
        Returns:
        An array of ScriptTestResultBean if the operation being performed represents a delete, or an array of ScriptTestResultDeltaBean if the operation being performed represents a create, or an edit.