Uses of Class
de.hybris.platform.ruleengine.ExecutionContext
-
-
Uses of ExecutionContext in de.hybris.platform.droolsruleengineservices.impl
Methods in de.hybris.platform.droolsruleengineservices.impl with parameters of type ExecutionContext Modifier and Type Method Description voidDefaultCommerceRuleEngineService. initialize(AbstractRulesModuleModel module, java.lang.String deployedMvnVersion, boolean propagateToOtherNodes, boolean enableIncrementalUpdate, RuleEngineActionResult result, ExecutionContext executionContext)InitializationFutureDefaultCommerceRuleEngineService. initialize(java.util.List<AbstractRulesModuleModel> modules, boolean propagateToOtherNodes, boolean enableIncrementalUpdate, ExecutionContext executionContext) -
Uses of ExecutionContext in de.hybris.platform.ruleengine
Methods in de.hybris.platform.ruleengine that return ExecutionContext Modifier and Type Method Description ExecutionContextRuleEngineActionResult. getExecutionContext()Methods in de.hybris.platform.ruleengine with parameters of type ExecutionContext Modifier and Type Method Description voidRuleEngineService. initialize(AbstractRulesModuleModel module, java.lang.String deployedMvnVersion, boolean propagateToOtherNodes, boolean enableIncrementalUpdate, RuleEngineActionResult result, ExecutionContext executionContext)Since 18.08 Initializes the given rules module (and ifpropagateToOtherNodesis set totruepropagates aRuleEngineInitializedEventto other nodes).InitializationFutureRuleEngineService. initialize(java.util.List<AbstractRulesModuleModel> modules, boolean propagateToOtherNodes, boolean enableIncrementalUpdate, ExecutionContext executionContext)Since 6.7 Initializes the given rules module in blocking/async mode (depending on blocking param) (and ifpropagateToOtherNodesis set totruepropagates aRuleEngineInitializedEventto other nodes).voidRuleEngineActionResult. setExecutionContext(ExecutionContext executionContext) -
Uses of ExecutionContext in de.hybris.platform.ruleengine.impl
Methods in de.hybris.platform.ruleengine.impl with parameters of type ExecutionContext Modifier and Type Method Description voidDefaultPlatformRuleEngineService. initialize(AbstractRulesModuleModel abstractModule, java.lang.String deployedMvnVersion, boolean propagateToOtherNodes, boolean enableIncrementalUpdate, RuleEngineActionResult result, ExecutionContext executionContext)InitializationFutureDefaultPlatformRuleEngineService. initialize(java.util.List<AbstractRulesModuleModel> modules, boolean propagateToOtherNodes, boolean enableIncrementalUpdate, ExecutionContext executionContext) -
Uses of ExecutionContext in de.hybris.platform.ruleengine.init.impl
Methods in de.hybris.platform.ruleengine.init.impl with parameters of type ExecutionContext Modifier and Type Method Description protected InitializeModeDefaultRuleEngineKieModuleSwapper. getInitializeMode(ExecutionContext executionContext) -
Uses of ExecutionContext in de.hybris.platform.ruleengineservices.maintenance.impl
Methods in de.hybris.platform.ruleengineservices.maintenance.impl that return ExecutionContext Modifier and Type Method Description protected ExecutionContextDefaultRuleMaintenanceService. createExecutionContext(RuleCompilerTaskResult ruleCompilerTaskResult)
-