Interface ScopedReindexService
- All Known Implementing Classes:
AgentEngineIndicesReindexService, CmmnEngineIndicesReindexService, ContentEngineIndicesReindexService, ProcessEngineIndicesReindexService, WorkIndexReindexService
public interface ScopedReindexService
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionreindexEntityPageHandlers(String index) Reindex page handlers for the index, keyed by a stable handler id that must match the registration id (seeHandlerIds).voidreindexInstance(String index, String scopeType, String scopeId)
-
Method Details
-
getSupportedIndices
Collection<String> getSupportedIndices() -
reindexEntityPageHandlers
Reindex page handlers for the index, keyed by a stable handler id that must match the registration id (seeHandlerIds). -
reindexInstance
-