Class ActivateRuleEngineTask

  • All Implemented Interfaces:
    MigrationTask

    public class ActivateRuleEngineTask
    extends java.lang.Object
    implements MigrationTask
    Activates rule engine
    • Constructor Detail

      • ActivateRuleEngineTask

        public ActivateRuleEngineTask()
    • Method Detail

      • execute

        public void execute​(SystemSetupContext systemSetupContext)
        Description copied from interface: MigrationTask
        Executes migration task
        Specified by:
        execute in interface MigrationTask
        Parameters:
        systemSetupContext - - setup context that gives a control over task execution
      • setConfigurationService

        public void setConfigurationService​(ConfigurationService configurationService)