Class WorkIndexReindexService
java.lang.Object
com.flowable.platform.service.index.WorkIndexReindexService
- All Implemented Interfaces:
ScopedReindexService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.flowable.cmmn.engine.CmmnEngineprotected final org.flowable.engine.ProcessEngineprotected final WorkCaseInstanceReindexHandlerprotected final WorkProcessInstanceReindexHandler -
Constructor Summary
ConstructorsConstructorDescriptionWorkIndexReindexService(org.flowable.engine.ProcessEngine processEngine, org.flowable.cmmn.engine.CmmnEngine cmmnEngine, WorkProcessInstanceReindexHandler workProcessInstanceReindexHandler, WorkCaseInstanceReindexHandler workCaseInstanceReindexHandler) -
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 -
cmmnEngine
protected final org.flowable.cmmn.engine.CmmnEngine cmmnEngine -
workProcessInstanceReindexHandler
-
workCaseInstanceReindexHandler
-
-
Constructor Details
-
WorkIndexReindexService
public WorkIndexReindexService(org.flowable.engine.ProcessEngine processEngine, org.flowable.cmmn.engine.CmmnEngine cmmnEngine, WorkProcessInstanceReindexHandler workProcessInstanceReindexHandler, WorkCaseInstanceReindexHandler workCaseInstanceReindexHandler)
-
-
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
-