Package lumis.portal.monitor.impl
Class RemoveEventOrphanIndicesTask
- java.lang.Object
-
- lumis.upgrade.postupgrade.PostUpgradeTaskManager.AbstractPostUpgradeTask
-
- lumis.portal.monitor.impl.RemoveEventOrphanIndicesTask
-
- All Implemented Interfaces:
IPostUpgradeTask
public class RemoveEventOrphanIndicesTask extends PostUpgradeTaskManager.AbstractPostUpgradeTask
Remove event's orphan indices.- Since:
- 12.4.0
- Version:
- $Revision: 23905 $ $Date: 2020-06-16 12:29:26 -0300 (Tue, 16 Jun 2020) $
-
-
Constructor Summary
Constructors Constructor Description RemoveEventOrphanIndicesTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
execute()
Execute the task.protected PostUpgradeTaskException.ErrorLevel
getErrorLevel()
Returns the error level to use when this task fail.-
Methods inherited from class lumis.upgrade.postupgrade.PostUpgradeTaskManager.AbstractPostUpgradeTask
run
-
-
-
-
Method Detail
-
getErrorLevel
protected PostUpgradeTaskException.ErrorLevel getErrorLevel()
Description copied from class:PostUpgradeTaskManager.AbstractPostUpgradeTask
Returns the error level to use when this task fail.- Specified by:
getErrorLevel
in classPostUpgradeTaskManager.AbstractPostUpgradeTask
- Returns:
- the error level to use when this task fail.
-
execute
protected void execute() throws PortalException
Description copied from class:PostUpgradeTaskManager.AbstractPostUpgradeTask
Execute the task.- Specified by:
execute
in classPostUpgradeTaskManager.AbstractPostUpgradeTask
- Throws:
PortalException
-
-