Class BusinessRulesClientHelper

java.lang.Object
com.ptc.windchill.enterprise.businessRules.BusinessRulesClientHelper

public class BusinessRulesClientHelper extends Object
Helper for the business rules client

Supported API: true

Extendable: false
  • 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