Package lumis.portal.commandpalette
Class CommandPaletteReindexDirtyItemsTask
- java.lang.Object
-
- lumis.portal.commandpalette.CommandPaletteReindexDirtyItemsTask
-
- All Implemented Interfaces:
Serializable
,IQueueTask
public class CommandPaletteReindexDirtyItemsTask extends Object implements IQueueTask
Command palette reindex dirty items task.- Since:
- 10.3.0
- Version:
- $Revision: 23534 $ $Date: 2020-01-14 13:16:30 -0300 (Tue, 14 Jan 2020) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandPaletteReindexDirtyItemsTask()
-
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
-
-