public interface ICommandPaletteManagerSPI
Modifier and Type | Method and Description |
---|---|
Collection<DirtyItem> |
getDirtyItems()
Returns the existent dirty items.
|
void |
remove(DirtyItem item)
Removes the given dirty item.
|
IQueueTaskProcess |
scheduleRebuildIndex()
Schedule a full index rebuild.
|
IQueueTaskProcess |
scheduleReindexDirtyItems()
Schedule a reindex of dirty items.
|
void |
setDirty(ChannelConfig channel)
Sets the given channel dirty.
|
void |
setDirty(PageConfig page)
Sets the given page dirty.
|
void setDirty(PageConfig page) throws PortalException
page
- the page.PortalException
void setDirty(ChannelConfig channel) throws PortalException
channel
- the channel.PortalException
void remove(DirtyItem item) throws PortalException
This method uses its own transaction.
item
- the dirty item.PortalException
Collection<DirtyItem> getDirtyItems()
IQueueTaskProcess scheduleRebuildIndex() throws PortalException
PortalException
IQueueTaskProcess scheduleReindexDirtyItems() throws PortalException
PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.