Package Thor.API.Operations
Interface tcRulesOperationsIntf
- All Superinterfaces:
tcUtilityOperationsIntf
-
Method Summary
Modifier and TypeMethodDescriptionThor.API.tcResultSet
findRuleElements
(long plRuleKey) Returns the elements for a particular ruleMethods inherited from interface Thor.API.Base.tcUtilityOperationsIntf
close, getName, setCountry, setLanguage, setVariant
-
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 savingtcRuleNotFoundException
- thrown if plRuleKey does not exist- Since:
- 9.1.0.2
-