Uses of Interface
de.hybris.platform.ruleengineservices.compiler.RuleIrProcessor
-
-
Uses of RuleIrProcessor in de.hybris.platform.promotionengineservices.compiler.processors
Classes in de.hybris.platform.promotionengineservices.compiler.processors that implement RuleIrProcessor Modifier and Type Class Description classPromotionRuleIrProcessorAdds required conditions to the intermediate representation. -
Uses of RuleIrProcessor in de.hybris.platform.ruleengineservices.compiler
Methods in de.hybris.platform.ruleengineservices.compiler that return types with arguments of type RuleIrProcessor Modifier and Type Method Description java.util.List<RuleIrProcessor>RuleIrProcessorFactory. getRuleIrProcessors()Returns instances ofRuleIrProcessor. -
Uses of RuleIrProcessor in de.hybris.platform.ruleengineservices.compiler.impl
Classes in de.hybris.platform.ruleengineservices.compiler.impl that implement RuleIrProcessor Modifier and Type Class Description classDefaultSourceRuleIrProcessorDefault RuleIrProcessor for SourceRule typesMethods in de.hybris.platform.ruleengineservices.compiler.impl that return RuleIrProcessor Modifier and Type Method Description RuleIrProcessorRuleIrProcessorDefinition. getRuleIrProcessor()Methods in de.hybris.platform.ruleengineservices.compiler.impl that return types with arguments of type RuleIrProcessor Modifier and Type Method Description java.util.List<RuleIrProcessor>DefaultRuleIrProcessorFactory. getRuleIrProcessors()protected java.util.List<RuleIrProcessor>DefaultRuleIrProcessorFactory. loadRuleIrProcessors()Methods in de.hybris.platform.ruleengineservices.compiler.impl with parameters of type RuleIrProcessor Modifier and Type Method Description voidRuleIrProcessorDefinition. setRuleIrProcessor(RuleIrProcessor processor) -
Uses of RuleIrProcessor in de.hybris.platform.sap.productconfig.rules.compiler.processors
Classes in de.hybris.platform.sap.productconfig.rules.compiler.processors that implement RuleIrProcessor Modifier and Type Class Description classProductConfigRuleIrProcessorRuleIrProcessorfor product configuration.
-