public interface ICustomizationRBT
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
addBIQuestion()
Creates a new Business Criticality criterion.
|
com4j.Com4jObject |
addFPQuestion()
Creates a new Failure Probability criterion.
|
int |
biLevelRiskLowerThreshold(int biLevel)
The lower threshold of Risk assessment for each Business Criticality level.
|
void |
biLevelRiskLowerThreshold(int biLevel,
int pLowerThreshold)
The lower threshold of Risk assessment for each Business Criticality level.
|
com4j.Com4jObject |
biQuestionByID(int id)
Returns the Business Criticality criterion that has the specified ID.
|
IList |
biQuestions()
The list of Business Criticality questions.
|
Object |
biQuestions(int index) |
int |
calcBILevelByAnswersWeight(int answersWeight)
Calculate the Business Criticality level from the sum of all the values' weights.
|
int |
calcFPLevelByAnswersWeight(int answersWeight)
Calculates the Failure Probability level from the sum of all the values' weights.
|
void |
deleteBIQuestion(int id)
Deletes the specified Business Criticality criterion.
|
void |
deleteFPQuestion(int id)
Deletes the specified Failure Probability criterion.
|
String |
displayedTimeUnits()
The time unit display string for calculations results.
|
void |
displayedTimeUnits(String pDisplayedTimeUnits)
The time unit display string for calculations results.
|
int |
fpLevelRiskLowerThreshold(int fpLevel)
The lower threshold of Risk assessment for each Failure Probability level.
|
void |
fpLevelRiskLowerThreshold(int fpLevel,
int pLowerThreshold)
The lower threshold of Risk assessment for each Failure Probability level.
|
int |
fpLevelTestingEffortInHours(int fpLevel)
Obsolete.
|
void |
fpLevelTestingEffortInHours(int fpLevel,
int pHours)
Obsolete.
|
com4j.Com4jObject |
fpQuestionByID(int id)
Returns the Failure Probability criterion that has the specified ID.
|
IList |
fpQuestions()
The list of Failure Probability questions.
|
Object |
fpQuestions(int index) |
int |
testingLevelPercentage(int testingLevel)
Testing level percentage (of the full testing level).
|
void |
testingLevelPercentage(int testingLevel,
int pPercentage)
Testing level percentage (of the full testing level).
|
int |
testingPolicyMatrix(int riskLevel,
int fcLevel)
Risk testing level matrix
|
void |
testingPolicyMatrix(int riskLevel,
int fcLevel,
int pTestingLevel)
Risk testing level matrix
|
String |
translateBILevel(int biLevelEnum)
Translate Business Criticality from TDAPI_RBT_BI_LEVELS to its name in the database.
|
String |
translateFPLevel(int fpLevelEnum)
Translate Failure Probability from TDAPI_RBT_FP_LEVELS to its name in the database.
|
String |
translateTestingLevel(int testingLevelEnum)
Translate TL from TDAPI_RBT_TESTING_LEVELS to it's name in the database.
|
boolean |
updated()
Indicates if the Risk-based Quality Management Customization has been modified since the last synchronization with the database.
|
IList biQuestions()
The list of Business Criticality questions.
Getter method for the COM property "BIQuestions"
Object biQuestions(int index)
com4j.Com4jObject biQuestionByID(int id)
Returns the Business Criticality criterion that has the specified ID.
Getter method for the COM property "BIQuestionByID"
id
- Mandatory int parameter.com4j.Com4jObject addBIQuestion()
Creates a new Business Criticality criterion.
void deleteBIQuestion(int id)
Deletes the specified Business Criticality criterion.
id
- Mandatory int parameter.IList fpQuestions()
The list of Failure Probability questions.
Getter method for the COM property "FPQuestions"
Object fpQuestions(int index)
com4j.Com4jObject fpQuestionByID(int id)
Returns the Failure Probability criterion that has the specified ID.
Getter method for the COM property "FPQuestionByID"
id
- Mandatory int parameter.com4j.Com4jObject addFPQuestion()
Creates a new Failure Probability criterion.
void deleteFPQuestion(int id)
Deletes the specified Failure Probability criterion.
id
- Mandatory int parameter.int testingPolicyMatrix(int riskLevel, int fcLevel)
Risk testing level matrix
Getter method for the COM property "TestingPolicyMatrix"
riskLevel
- Mandatory int parameter.fcLevel
- Mandatory int parameter.void testingPolicyMatrix(int riskLevel, int fcLevel, int pTestingLevel)
Risk testing level matrix
Setter method for the COM property "TestingPolicyMatrix"
riskLevel
- Mandatory int parameter.fcLevel
- Mandatory int parameter.pTestingLevel
- Mandatory int parameter.int testingLevelPercentage(int testingLevel)
Testing level percentage (of the full testing level).
Getter method for the COM property "TestingLevelPercentage"
testingLevel
- Mandatory int parameter.void testingLevelPercentage(int testingLevel, int pPercentage)
Testing level percentage (of the full testing level).
Setter method for the COM property "TestingLevelPercentage"
testingLevel
- Mandatory int parameter.pPercentage
- Mandatory int parameter.int fpLevelTestingEffortInHours(int fpLevel)
Obsolete. Returns E_NOTIMPL.
Getter method for the COM property "FPLevelTestingEffortInHours"
fpLevel
- Mandatory int parameter.void fpLevelTestingEffortInHours(int fpLevel, int pHours)
Obsolete. Returns E_NOTIMPL.
Setter method for the COM property "FPLevelTestingEffortInHours"
fpLevel
- Mandatory int parameter.pHours
- Mandatory int parameter.int biLevelRiskLowerThreshold(int biLevel)
The lower threshold of Risk assessment for each Business Criticality level.
Getter method for the COM property "BILevelRiskLowerThreshold"
biLevel
- Mandatory int parameter.void biLevelRiskLowerThreshold(int biLevel, int pLowerThreshold)
The lower threshold of Risk assessment for each Business Criticality level.
Setter method for the COM property "BILevelRiskLowerThreshold"
biLevel
- Mandatory int parameter.pLowerThreshold
- Mandatory int parameter.int fpLevelRiskLowerThreshold(int fpLevel)
The lower threshold of Risk assessment for each Failure Probability level.
Getter method for the COM property "FPLevelRiskLowerThreshold"
fpLevel
- Mandatory int parameter.void fpLevelRiskLowerThreshold(int fpLevel, int pLowerThreshold)
The lower threshold of Risk assessment for each Failure Probability level.
Setter method for the COM property "FPLevelRiskLowerThreshold"
fpLevel
- Mandatory int parameter.pLowerThreshold
- Mandatory int parameter.String displayedTimeUnits()
The time unit display string for calculations results.
Getter method for the COM property "DisplayedTimeUnits"
void displayedTimeUnits(String pDisplayedTimeUnits)
The time unit display string for calculations results.
Setter method for the COM property "DisplayedTimeUnits"
pDisplayedTimeUnits
- Mandatory java.lang.String parameter.boolean updated()
Indicates if the Risk-based Quality Management Customization has been modified since the last synchronization with the database.
Getter method for the COM property "Updated"
String translateFPLevel(int fpLevelEnum)
Translate Failure Probability from TDAPI_RBT_FP_LEVELS to its name in the database.
fpLevelEnum
- Mandatory int parameter.String translateBILevel(int biLevelEnum)
Translate Business Criticality from TDAPI_RBT_BI_LEVELS to its name in the database.
biLevelEnum
- Mandatory int parameter.String translateTestingLevel(int testingLevelEnum)
Translate TL from TDAPI_RBT_TESTING_LEVELS to it's name in the database.
testingLevelEnum
- Mandatory int parameter.int calcBILevelByAnswersWeight(int answersWeight)
Calculate the Business Criticality level from the sum of all the values' weights.
answersWeight
- Mandatory int parameter.int calcFPLevelByAnswersWeight(int answersWeight)
Calculates the Failure Probability level from the sum of all the values' weights.
answersWeight
- Mandatory int parameter.Copyright © 2020. All rights reserved.