public interface ISupportRBTAssessment
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
void |
assessBILevel()
Assess the Business Criticality risk level for this requirement, according to the values provided.
|
String |
assessedBILevel()
Business Criticality risk level for this requirement, from the last time we called AssessBILevel.
|
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.
|
String |
customBILevel()
Custom Business Criticality level, overrides the assessed level.
|
void |
customBILevel(String pVal)
Custom Business Criticality level, overrides the assessed level.
|
String |
customFPLevel()
Custom Failure Probability level, overrides the assessed level.
|
void |
customFPLevel(String pVal)
Custom Failure Probability level, overrides the assessed level.
|
String |
effectiveBILevel()
Effective Business Criticality level.
|
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?.
|
int biChosenAnswerForQuestion(int questionID)
The chosen value to this Business Criticality criterion for this requirement.
Getter method for the COM property "BIChosenAnswerForQuestion"
questionID
- Mandatory int parameter.void biChosenAnswerForQuestion(int questionID, int pAnswerID)
The chosen value to this Business Criticality criterion for this requirement.
Setter method for the COM property "BIChosenAnswerForQuestion"
questionID
- Mandatory int parameter.pAnswerID
- Mandatory int parameter.void assessBILevel()
Assess the Business Criticality risk level for this requirement, according to the values provided.
String assessedBILevel()
Business Criticality risk level for this requirement, from the last time we called AssessBILevel.
Getter method for the COM property "AssessedBILevel"
boolean useCustomBILevel()
Does this requirement have a custom Business Criticality level?.
Getter method for the COM property "UseCustomBILevel"
void useCustomBILevel(boolean pVal)
Does this requirement have a custom Business Criticality level?.
Setter method for the COM property "UseCustomBILevel"
pVal
- Mandatory boolean parameter.String customBILevel()
Custom Business Criticality level, overrides the assessed level.
Getter method for the COM property "CustomBILevel"
void customBILevel(String pVal)
Custom Business Criticality level, overrides the assessed level.
Setter method for the COM property "CustomBILevel"
pVal
- Mandatory java.lang.String parameter.String effectiveBILevel()
Effective Business Criticality level.
Getter method for the COM property "EffectiveBILevel"
int fpChosenAnswerForQuestion(int questionID)
The chosen value to this Failure Probability criterion for this requirement.
Getter method for the COM property "FPChosenAnswerForQuestion"
questionID
- Mandatory int parameter.void fpChosenAnswerForQuestion(int questionID, int pAnswerID)
The chosen value to this Failure Probability criterion for this requirement.
Setter method for the COM property "FPChosenAnswerForQuestion"
questionID
- Mandatory int parameter.pAnswerID
- Mandatory int parameter.void assessFPLevel()
Assess the Failure Probability risk level for this requirement, according to the values provided.
String assessedFPLevel()
Failure Probability risk level for this requirement, from the last time we called AssessFPLevel.
Getter method for the COM property "AssessedFPLevel"
boolean useCustomFPLevel()
Does this requirement have a custom Failure Probability level?.
Getter method for the COM property "UseCustomFPLevel"
void useCustomFPLevel(boolean pVal)
Does this requirement have a custom Failure Probability level?.
Setter method for the COM property "UseCustomFPLevel"
pVal
- Mandatory boolean parameter.String customFPLevel()
Custom Failure Probability level, overrides the assessed level.
Getter method for the COM property "CustomFPLevel"
void customFPLevel(String pVal)
Custom Failure Probability level, overrides the assessed level.
Setter method for the COM property "CustomFPLevel"
pVal
- Mandatory java.lang.String parameter.String effectiveFPLevel()
Effective Failure Probability level.
Getter method for the COM property "EffectiveFPLevel"
Copyright © 2020. All rights reserved.