Interface tcRulesOperationsIntf

All Superinterfaces:
tcUtilityOperationsIntf

public interface tcRulesOperationsIntf extends tcUtilityOperationsIntf
  • Method Details

    • findRuleElements

      Thor.API.tcResultSet findRuleElements(long plRuleKey) throws tcRuleNotFoundException, tcAPIException, tcAPIException
      Returns the elements for a particular rule
      Parameters:
      plRuleKey - - The key of the rule
      Returns:
      A tcResultSet, each row holding information about rule elements for a particular rule. The following columns are returned
      • Rule Designer.Rule Element.Attribute
      • Rule Designer.Rule Element.Attribute Source
      • Rule Designer.Rule Element.Attribute Value
      • Rule Designer.Rule Element.Child Key
      • Rule Designer.Rule Element.Key
      • Rule Designer.Rule Element.Operation
      • Rule Designer.Rule Element.Sequence
      • Rule Designer.Rule Element.User-Defined Form
      Throws:
      tcAPIException - thrown if errors occur in the data set OR while saving
      tcRuleNotFoundException - thrown if plRuleKey does not exist
      Since:
      9.1.0.2