Class ContentEngineIndicesReindexService
java.lang.Object
com.flowable.platform.service.index.ContentEngineIndicesReindexService
- All Implemented Interfaces:
ScopedReindexService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ContentItemReindexHandlerprotected final org.flowable.engine.ManagementService -
Constructor Summary
ConstructorsConstructorDescriptionContentEngineIndicesReindexService(org.flowable.engine.ManagementService managementService, ContentItemReindexHandler contentItemReindexHandler) -
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)
-
Field Details
-
managementService
protected final org.flowable.engine.ManagementService managementService -
contentItemReindexHandler
-
-
Constructor Details
-
ContentEngineIndicesReindexService
public ContentEngineIndicesReindexService(org.flowable.engine.ManagementService managementService, ContentItemReindexHandler contentItemReindexHandler)
-
-
Method Details
-
getSupportedIndices
- Specified by:
getSupportedIndicesin interfaceScopedReindexService
-
reindexEntityPageHandlers
Description copied from interface:ScopedReindexServiceReindex page handlers for the index, keyed by a stable handler id that must match the registration id (seeHandlerIds).- Specified by:
reindexEntityPageHandlersin interfaceScopedReindexService
-
reindexInstance
- Specified by:
reindexInstancein interfaceScopedReindexService
-