Class BusinessRulesClientHelper
java.lang.Object
com.ptc.windchill.enterprise.businessRules.BusinessRulesClientHelper
Helper for the business rules client
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionstatic RuleValidationResultSetgetRuleValidationResultSet(NmCommandBean clientData) Gets the rule validation results set from a Command Bean given that it is a WorkItem and contains a variable named businessRulesResultSet that is a RuleValidationResultSet serialized to a String
Supported API: true
-
Method Details
-
getRuleValidationResultSet
public static RuleValidationResultSet getRuleValidationResultSet(NmCommandBean clientData) throws WTException Gets the rule validation results set from a Command Bean given that it is a WorkItem and contains a variable named businessRulesResultSet that is a RuleValidationResultSet serialized to a String
Supported API: true- Parameters:
clientData-- Returns:
- RuleValidationResultSet
- Throws:
WTException
-