| Modifier and Type | Method and Description |
|---|---|
InitializationFuture |
DefaultCommerceRuleEngineService.initialize(java.util.List<AbstractRulesModuleModel> modules,
boolean propagateToOtherNodes,
boolean enableIncrementalUpdate) |
InitializationFuture |
DefaultCommerceRuleEngineService.initialize(java.util.List<AbstractRulesModuleModel> modules,
boolean propagateToOtherNodes,
boolean enableIncrementalUpdate,
ExecutionContext executionContext) |
| Modifier and Type | Method and Description |
|---|---|
<T extends DroolsRuleModel> |
DefaultCommerceRuleEngineService.archiveRules(java.util.Collection<T> engineRules) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PromotionEngineServicesKeywordLibrary.logModuleInitialization(InitializationFuture initializationFuture) |
| Modifier and Type | Method and Description |
|---|---|
InitializationFuture |
RuleEngineService.initialize(java.util.List<AbstractRulesModuleModel> modules,
boolean propagateToOtherNodes,
boolean enableIncrementalUpdate)
Since 6.4
Initializes the given rules module in blocking/async mode (depending on blocking param) (and if
propagateToOtherNodes is set to true propagates a
RuleEngineInitializedEvent to other nodes). |
InitializationFuture |
RuleEngineService.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 if
propagateToOtherNodes is set to true propagates a
RuleEngineInitializedEvent to other nodes). |
| Modifier and Type | Method and Description |
|---|---|
<T extends DroolsRuleModel> |
RuleEngineService.archiveRules(java.util.Collection<T> engineRules)
Archive a collection of rules
|
| Modifier and Type | Method and Description |
|---|---|
InitializationFuture |
DefaultPlatformRuleEngineService.initialize(java.util.List<AbstractRulesModuleModel> modules,
boolean propagateToOtherNodes,
boolean enableIncrementalUpdate) |
InitializationFuture |
DefaultPlatformRuleEngineService.initialize(java.util.List<AbstractRulesModuleModel> modules,
boolean propagateToOtherNodes,
boolean enableIncrementalUpdate,
ExecutionContext executionContext) |
| Modifier and Type | Method and Description |
|---|---|
<T extends DroolsRuleModel> |
DefaultPlatformRuleEngineService.archiveRules(java.util.Collection<T> engineRules) |
| Modifier and Type | Method and Description |
|---|---|
static InitializationFuture |
InitializationFuture.of(RuleEngineKieModuleSwapper moduleSwapper) |
InitializationFuture |
InitializationFuture.waitForInitializationToFinish() |
Copyright © 2018 SAP SE. All Rights Reserved.