Skip navigation links


Thor.API.Operations
Interface tcRulesOperationsIntf

All Superinterfaces:
tcUtilityOperationsIntf

public interface tcRulesOperationsIntf
extends tcUtilityOperationsIntf

Method Summary
 Thor.API.tcResultSet findRuleElements(long plRuleKey)
          Returns the elements for a particular rule

 

Methods inherited from interface Thor.API.Base.tcUtilityOperationsIntf
close, getName, setCountry, setLanguage, setVariant

 

Method Detail

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 </u1>
    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


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.