Interface PostRulesModuleSwappingTask
-
- All Known Implementing Classes:
ProvideModifiedRuleCodesPostTask,RemoveOldKieModulePostRulesModuleSwappingTask,UpdateRulesDeploymentsPostTask,UpdateRulesStatusPostRulesModuleSwappingTask
public interface PostRulesModuleSwappingTaskInterface to provide an abstraction for post rules module swapping task
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexecute(RuleEngineActionResult result)Execute the post rules module swapping task
-
-
-
Method Detail
-
execute
boolean execute(RuleEngineActionResult result)
Execute the post rules module swapping task- Parameters:
result- instance ofRuleEngineActionResult- Returns:
- boolean indicating whether the task execution was a success
-
-