Class ProcessEngineIndicesReindexService
java.lang.Object
com.flowable.platform.service.index.ProcessEngineIndicesReindexService
- All Implemented Interfaces:
ScopedReindexService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ActivityReindexHandlerprotected final org.flowable.engine.ProcessEngineprotected final ProcessInstanceReindexHandlerprotected final TaskReindexHandler -
Constructor Summary
ConstructorsConstructorDescriptionProcessEngineIndicesReindexService(org.flowable.engine.ProcessEngine processEngine, ProcessInstanceReindexHandler processInstanceReindexHandler, ActivityReindexHandler activityReindexHandler, TaskReindexHandler taskReindexHandler) -
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
-
processEngine
protected final org.flowable.engine.ProcessEngine processEngine -
processInstanceReindexHandler
-
activityReindexHandler
-
taskReindexHandler
-
-
Constructor Details
-
ProcessEngineIndicesReindexService
public ProcessEngineIndicesReindexService(org.flowable.engine.ProcessEngine processEngine, ProcessInstanceReindexHandler processInstanceReindexHandler, ActivityReindexHandler activityReindexHandler, TaskReindexHandler taskReindexHandler)
-
-
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
-