Uses of Class
de.hybris.platform.ruleengineservices.compiler.RuleIrVariable
Packages that use RuleIrVariable
Package
Description
-
Uses of RuleIrVariable in de.hybris.platform.droolsruleengineservices.compiler
Methods in de.hybris.platform.droolsruleengineservices.compiler that return types with arguments of type RuleIrVariableModifier and TypeMethodDescriptionDroolsRuleGeneratorContext.getLocalVariables()DroolsRuleGeneratorContext.getVariables()Method parameters in de.hybris.platform.droolsruleengineservices.compiler with type arguments of type RuleIrVariableModifier and TypeMethodDescriptionvoidDroolsRuleGeneratorContext.addLocalVariables(Map<String, RuleIrVariable> ruleIrVariables) -
Uses of RuleIrVariable in de.hybris.platform.droolsruleengineservices.compiler.impl
Methods in de.hybris.platform.droolsruleengineservices.compiler.impl that return RuleIrVariableModifier and TypeMethodDescriptionprotected RuleIrVariableDefaultDroolsRuleConditionsGenerator.findVariable(DroolsRuleGeneratorContext context, String variableName) Methods in de.hybris.platform.droolsruleengineservices.compiler.impl that return types with arguments of type RuleIrVariableModifier and TypeMethodDescriptionDefaultDroolsGeneratorContext.getLocalVariables()DefaultDroolsRuleConditionsGenerator.DroolsRuleConditionsGeneratorContext.getLocalVariables()DefaultDroolsGeneratorContext.getVariables()DefaultDroolsRuleConditionsGenerator.DroolsRuleConditionsGeneratorContext.getVariables()Methods in de.hybris.platform.droolsruleengineservices.compiler.impl with parameters of type RuleIrVariableModifier and TypeMethodDescriptionprotected voidDefaultDroolsRuleConditionsGenerator.generateUniqueFactMatchingCondition(DroolsRuleGeneratorContext context, RuleIrVariable variable, StringBuilder conditionsBuffer, Supplier<String> variablePrefixSupplier) adds additional conditions likethis != $v4_raoto OrderEntryRAO variables.Method parameters in de.hybris.platform.droolsruleengineservices.compiler.impl with type arguments of type RuleIrVariableModifier and TypeMethodDescriptionvoidDefaultDroolsGeneratorContext.addLocalVariables(Map<String, RuleIrVariable> ruleIrVariables) voidDefaultDroolsRuleConditionsGenerator.DroolsRuleConditionsGeneratorContext.addLocalVariables(Map<String, RuleIrVariable> ruleIrVariables) -
Uses of RuleIrVariable in de.hybris.platform.ruleengineservices.compiler
Methods in de.hybris.platform.ruleengineservices.compiler that return types with arguments of type RuleIrVariableModifier and TypeMethodDescriptionRuleIrLocalVariablesContainer.getVariables()RuleIrVariablesContainer.getVariables()Method parameters in de.hybris.platform.ruleengineservices.compiler with type arguments of type RuleIrVariableModifier and TypeMethodDescriptionvoidRuleIrLocalVariablesContainer.setVariables(Map<String, RuleIrVariable> variables) voidRuleIrVariablesContainer.setVariables(Map<String, RuleIrVariable> variables) -
Uses of RuleIrVariable in de.hybris.platform.ruleengineservices.compiler.impl
Methods in de.hybris.platform.ruleengineservices.compiler.impl that return RuleIrVariableModifier and TypeMethodDescriptionprotected RuleIrVariableDefaultRuleIrVariablesGenerator.findVariable(RuleIrVariablesContainer container, Class<?> type)