public interface ConditionResolutionStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
cleanStoredParameterValues(RuleCompilerContext context)
Cleans previously stored condition parameter values for given context.
|
void |
getAndStoreParameterValues(RuleConditionData condition,
PromotionSourceRuleModel rule,
RuleBasedPromotionModel ruleBasedPromotion)
Gets the value from parameters of
condition and stores it together with the given
promotionSourceRule |
void getAndStoreParameterValues(RuleConditionData condition, PromotionSourceRuleModel rule, RuleBasedPromotionModel ruleBasedPromotion)
condition and stores it together with the given
promotionSourceRulecondition - RuleConditionData to get the values from.rule - PromotionSourceRuleModel to store the retrieved value for.ruleBasedPromotion - RuleBasedPromotionModel related to the given source rulevoid cleanStoredParameterValues(RuleCompilerContext context)
context - RuleCompilerContext to clean the parameter values for.Copyright © 2018 SAP SE. All Rights Reserved.