Class ActivateRuleEngineTask
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.setup.tasks.impl.ActivateRuleEngineTask
-
- All Implemented Interfaces:
MigrationTask
public class ActivateRuleEngineTask extends java.lang.Object implements MigrationTask
Activates rule engine
-
-
Constructor Summary
Constructors Constructor Description ActivateRuleEngineTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(SystemSetupContext systemSetupContext)Executes migration taskprotected ConfigurationServicegetConfigurationService()voidsetConfigurationService(ConfigurationService configurationService)
-
-
-
Method Detail
-
execute
public void execute(SystemSetupContext systemSetupContext)
Description copied from interface:MigrationTaskExecutes migration task- Specified by:
executein interfaceMigrationTask- Parameters:
systemSetupContext- - setup context that gives a control over task execution
-
getConfigurationService
protected ConfigurationService getConfigurationService()
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
-
-