Interface MigrationTask
-
- All Known Implementing Classes:
ActivateRuleEngineTask,DeactivateDroolsRulesTask,InterceptorUnawareMigrationTaskDecorator,LinkSourceRulesTask,MigrationTo64Procedure,ReInitializeRuleModulesTask,UpdateRuleStatusTask,UpdateSourceRuleVersionTask
public interface MigrationTaskProvides interface for task that need to be exectud during migration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(SystemSetupContext systemSetupContext)Executes migration task
-
-
-
Method Detail
-
execute
void execute(SystemSetupContext systemSetupContext)
Executes migration task- Parameters:
systemSetupContext- - setup context that gives a control over task execution
-
-