Interface ISupportRBTAssessment

  • All Superinterfaces:
    com4j.Com4jObject
    All Known Subinterfaces:
    ISupportRBTAssessment2

    public interface ISupportRBTAssessment
    extends com4j.Com4jObject
    Represents Risk-based Quality Management assessment capabilities for the Req coclass.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void assessBILevel()
      Assess the Business Criticality risk level for this requirement, according to the values provided.
      java.lang.String assessedBILevel()
      Business Criticality risk level for this requirement, from the last time we called AssessBILevel.
      java.lang.String assessedFPLevel()
      Failure Probability risk level for this requirement, from the last time we called AssessFPLevel.
      void assessFPLevel()
      Assess the Failure Probability risk level for this requirement, according to the values provided.
      int biChosenAnswerForQuestion​(int questionID)
      The chosen value to this Business Criticality criterion for this requirement.
      void biChosenAnswerForQuestion​(int questionID, int pAnswerID)
      The chosen value to this Business Criticality criterion for this requirement.
      java.lang.String customBILevel()
      Custom Business Criticality level, overrides the assessed level.
      void customBILevel​(java.lang.String pVal)
      Custom Business Criticality level, overrides the assessed level.
      java.lang.String customFPLevel()
      Custom Failure Probability level, overrides the assessed level.
      void customFPLevel​(java.lang.String pVal)
      Custom Failure Probability level, overrides the assessed level.
      java.lang.String effectiveBILevel()
      Effective Business Criticality level.
      java.lang.String effectiveFPLevel()
      Effective Failure Probability level.
      int fpChosenAnswerForQuestion​(int questionID)
      The chosen value to this Failure Probability criterion for this requirement.
      void fpChosenAnswerForQuestion​(int questionID, int pAnswerID)
      The chosen value to this Failure Probability criterion for this requirement.
      boolean useCustomBILevel()
      Does this requirement have a custom Business Criticality level?.
      void useCustomBILevel​(boolean pVal)
      Does this requirement have a custom Business Criticality level?.
      boolean useCustomFPLevel()
      Does this requirement have a custom Failure Probability level?.
      void useCustomFPLevel​(boolean pVal)
      Does this requirement have a custom Failure Probability level?.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • biChosenAnswerForQuestion

        int biChosenAnswerForQuestion​(int questionID)

        The chosen value to this Business Criticality criterion for this requirement.

        Getter method for the COM property "BIChosenAnswerForQuestion"

        Parameters:
        questionID - Mandatory int parameter.
        Returns:
        Returns a value of type int
      • biChosenAnswerForQuestion

        void biChosenAnswerForQuestion​(int questionID,
                                       int pAnswerID)

        The chosen value to this Business Criticality criterion for this requirement.

        Setter method for the COM property "BIChosenAnswerForQuestion"

        Parameters:
        questionID - Mandatory int parameter.
        pAnswerID - Mandatory int parameter.
      • assessBILevel

        void assessBILevel()

        Assess the Business Criticality risk level for this requirement, according to the values provided.

      • assessedBILevel

        java.lang.String assessedBILevel()

        Business Criticality risk level for this requirement, from the last time we called AssessBILevel.

        Getter method for the COM property "AssessedBILevel"

        Returns:
        Returns a value of type java.lang.String
      • useCustomBILevel

        boolean useCustomBILevel()

        Does this requirement have a custom Business Criticality level?.

        Getter method for the COM property "UseCustomBILevel"

        Returns:
        Returns a value of type boolean
      • useCustomBILevel

        void useCustomBILevel​(boolean pVal)

        Does this requirement have a custom Business Criticality level?.

        Setter method for the COM property "UseCustomBILevel"

        Parameters:
        pVal - Mandatory boolean parameter.
      • customBILevel

        java.lang.String customBILevel()

        Custom Business Criticality level, overrides the assessed level.

        Getter method for the COM property "CustomBILevel"

        Returns:
        Returns a value of type java.lang.String
      • customBILevel

        void customBILevel​(java.lang.String pVal)

        Custom Business Criticality level, overrides the assessed level.

        Setter method for the COM property "CustomBILevel"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • effectiveBILevel

        java.lang.String effectiveBILevel()

        Effective Business Criticality level.

        Getter method for the COM property "EffectiveBILevel"

        Returns:
        Returns a value of type java.lang.String
      • fpChosenAnswerForQuestion

        int fpChosenAnswerForQuestion​(int questionID)

        The chosen value to this Failure Probability criterion for this requirement.

        Getter method for the COM property "FPChosenAnswerForQuestion"

        Parameters:
        questionID - Mandatory int parameter.
        Returns:
        Returns a value of type int
      • fpChosenAnswerForQuestion

        void fpChosenAnswerForQuestion​(int questionID,
                                       int pAnswerID)

        The chosen value to this Failure Probability criterion for this requirement.

        Setter method for the COM property "FPChosenAnswerForQuestion"

        Parameters:
        questionID - Mandatory int parameter.
        pAnswerID - Mandatory int parameter.
      • assessFPLevel

        void assessFPLevel()

        Assess the Failure Probability risk level for this requirement, according to the values provided.

      • assessedFPLevel

        java.lang.String assessedFPLevel()

        Failure Probability risk level for this requirement, from the last time we called AssessFPLevel.

        Getter method for the COM property "AssessedFPLevel"

        Returns:
        Returns a value of type java.lang.String
      • useCustomFPLevel

        boolean useCustomFPLevel()

        Does this requirement have a custom Failure Probability level?.

        Getter method for the COM property "UseCustomFPLevel"

        Returns:
        Returns a value of type boolean
      • useCustomFPLevel

        void useCustomFPLevel​(boolean pVal)

        Does this requirement have a custom Failure Probability level?.

        Setter method for the COM property "UseCustomFPLevel"

        Parameters:
        pVal - Mandatory boolean parameter.
      • customFPLevel

        java.lang.String customFPLevel()

        Custom Failure Probability level, overrides the assessed level.

        Getter method for the COM property "CustomFPLevel"

        Returns:
        Returns a value of type java.lang.String
      • customFPLevel

        void customFPLevel​(java.lang.String pVal)

        Custom Failure Probability level, overrides the assessed level.

        Setter method for the COM property "CustomFPLevel"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • effectiveFPLevel

        java.lang.String effectiveFPLevel()

        Effective Failure Probability level.

        Getter method for the COM property "EffectiveFPLevel"

        Returns:
        Returns a value of type java.lang.String