Uses of Class
de.hybris.platform.ruleengine.ExecutionContext
Packages that use ExecutionContext
Package
Description
-
Uses of ExecutionContext in de.hybris.platform.droolsruleengineservices.impl
Methods in de.hybris.platform.droolsruleengineservices.impl with parameters of type ExecutionContextModifier and TypeMethodDescriptionvoidDefaultCommerceRuleEngineService.initialize(AbstractRulesModuleModel module, String deployedMvnVersion, boolean propagateToOtherNodes, boolean enableIncrementalUpdate, RuleEngineActionResult result, ExecutionContext executionContext) DefaultCommerceRuleEngineService.initialize(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 ExecutionContextMethods in de.hybris.platform.ruleengine with parameters of type ExecutionContextModifier and TypeMethodDescriptionvoidRuleEngineService.initialize(AbstractRulesModuleModel module, 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).RuleEngineService.initialize(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 ExecutionContextModifier and TypeMethodDescriptionvoidDefaultPlatformRuleEngineService.initialize(AbstractRulesModuleModel abstractModule, String deployedMvnVersion, boolean propagateToOtherNodes, boolean enableIncrementalUpdate, RuleEngineActionResult result, ExecutionContext executionContext) DefaultPlatformRuleEngineService.initialize(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 ExecutionContextModifier and TypeMethodDescriptionprotected InitializeModeDefaultRuleEngineKieModuleSwapper.getInitializeMode(ExecutionContext executionContext) -
Uses of ExecutionContext in de.hybris.platform.ruleengineservices.maintenance.impl
Methods in de.hybris.platform.ruleengineservices.maintenance.impl that return ExecutionContextModifier and TypeMethodDescriptionprotected ExecutionContextDefaultRuleMaintenanceService.createExecutionContext(RuleCompilerTaskResult ruleCompilerTaskResult)