Package com.ptc.windchill.esi.ov
Interface ChoiceRulesQueryDelegateInf
- All Known Implementing Classes:
ChoiceRulesQueryDelegate
public interface ChoiceRulesQueryDelegateInf
Represents choice rules information associated with an option set identified for export
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionReturns the map of all rule details associated with an option set.getRules(OptionSet optionSet, Persistable primaryBusinessObject, NavigationFilter2 atoFilter) Returns the map of all rule details associated with an option set.voidsetChoiceRules(Map<ChoiceRule, OptionsVariantsHelper.ChoiceRuleSourceTargetInfo> allRuleDetails) Adds all the choice rules associated with an option set.
-
Method Details
-
setChoiceRules
void setChoiceRules(Map<ChoiceRule, OptionsVariantsHelper.ChoiceRuleSourceTargetInfo> allRuleDetails) Adds all the choice rules associated with an option set.
Supported API: true- Parameters:
objects- The input collection.
-
getChoiceRules
Map<ChoiceRule,OptionsVariantsHelper.ChoiceRuleSourceTargetInfo> getChoiceRules()Returns the map of all rule details associated with an option set.
Supported API: true
-