Package com.ptc.windchill.esi.ov
Class ChoiceRulesQueryDelegate
java.lang.Object
com.ptc.windchill.esi.ov.ChoiceRulesQueryDelegate
- All Implemented Interfaces:
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.voidAdds all the choice rules associated with an option set.
-
Method Details
-
setChoiceRules
public void setChoiceRules(Map<ChoiceRule, OptionsVariantsHelper.ChoiceRuleSourceTargetInfo> allRules) Adds all the choice rules associated with an option set.
Supported API: true- Specified by:
setChoiceRulesin interfaceChoiceRulesQueryDelegateInf- Parameters:
objects- The input collection.
-
getChoiceRules
Returns the map of all rule details associated with an option set.
Supported API: true- Specified by:
getChoiceRulesin interfaceChoiceRulesQueryDelegateInf
-