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: 24612 $ $Date: 2021-07-21 18:41:02 -0300 (Wed, 21 Jul 2021) $
- 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
-
-