Package lumis.upgrade.postupgrade
Interface IPostUpgradeTask
-
- All Known Implementing Classes:
PostUpgradeTaskManager.AbstractPostUpgradeTask
,RemoveEventOrphanIndicesTask
public interface IPostUpgradeTask
A task to be executed after the portal's upgrade.- Since:
- 7.0.0
- Version:
- $Revision: 23869 $ $Date: 2020-06-05 14:15:47 -0300 (Fri, 05 Jun 2020) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run()
The execution code.
-
-
-
Method Detail
-
run
void run() throws PostUpgradeTaskException
The execution code.- Throws:
PostUpgradeTaskException
- if some problem occur.- Since:
- 7.0.0
-
-