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$ $Date$
-
-
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
-
-