Package lumis.portal.commandpalette
Class CommandPaletteRebuildIndexTask
- java.lang.Object
-
- lumis.portal.commandpalette.CommandPaletteRebuildIndexTask
-
- All Implemented Interfaces:
Serializable
,IQueueTask
public class CommandPaletteRebuildIndexTask extends Object implements IQueueTask
Command palette rebuild index task.- Since:
- 10.3.0
- Version:
- $Revision: 20807 $ $Date: 2017-11-30 17:08:51 -0200 (Thu, 30 Nov 2017) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandPaletteRebuildIndexTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Method to be called by queue processor in order to process queue item.
-
-
-
Method Detail
-
run
public void run() throws PortalException
Description copied from interface:IQueueTask
Method to be called by queue processor in order to process queue item.- Specified by:
run
in interfaceIQueueTask
- Throws:
PortalException
-
-