public class OnRuleEngineInitializedProcessor extends AbstractEventListener<RuleEngineInitializedEvent>
RuleEngineInitializedEvent| Constructor and Description |
|---|
OnRuleEngineInitializedProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurationService |
getConfigurationService() |
protected RuleEngineService |
getPlatformRuleEngineService() |
protected RulesModuleDao |
getRulesModuleDao() |
protected void |
onEvent(RuleEngineInitializedEvent ruleEngineInitializedEvent)
This method is called by
AbstractEventListener#onApplicationEvent(ApplicationEvent) and processes the
given event. |
void |
setConfigurationService(ConfigurationService configurationService) |
void |
setPlatformRuleEngineService(RuleEngineService ruleEngineService) |
void |
setRulesModuleDao(RulesModuleDao rulesModuleDao) |
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantServiceprotected void onEvent(RuleEngineInitializedEvent ruleEngineInitializedEvent)
AbstractEventListenerAbstractEventListener#onApplicationEvent(ApplicationEvent) and processes the
given event.onEvent in class AbstractEventListener<RuleEngineInitializedEvent>ruleEngineInitializedEvent - the event to be processed#onApplicationEvent(ApplicationEvent)protected RuleEngineService getPlatformRuleEngineService()
public void setPlatformRuleEngineService(RuleEngineService ruleEngineService)
protected RulesModuleDao getRulesModuleDao()
public void setRulesModuleDao(RulesModuleDao rulesModuleDao)
protected ConfigurationService getConfigurationService()
public void setConfigurationService(ConfigurationService configurationService)
Copyright © 2000-2016 SAP SE. All Rights Reserved.