Class ReindexWorkCaseInstancesCmd
- java.lang.Object
-
- com.flowable.platform.engine.impl.indexing.reindex.ReindexWorkCaseInstancesCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected String
caseInstanceId
protected String
index
protected int
pageSize
protected int
start
protected WorkIndexingScheduler
workIndexingScheduler
-
Constructor Summary
Constructors Constructor Description ReindexWorkCaseInstancesCmd(WorkIndexingScheduler workIndexingScheduler, String index, int start, int pageSize)
ReindexWorkCaseInstancesCmd(WorkIndexingScheduler workIndexingScheduler, String index, String caseInstanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute(CommandContext commandContext)
protected boolean
isRootCaseInstance(HistoricCaseInstance c)
protected void
scheduleReindex(CmmnEngineConfiguration cmmnEngineConfiguration, CmmnRepositoryService repositoryService, HistoricCaseInstance caseInstance)
-
-
-
Field Detail
-
workIndexingScheduler
protected WorkIndexingScheduler workIndexingScheduler
-
index
protected String index
-
caseInstanceId
protected String caseInstanceId
-
start
protected int start
-
pageSize
protected int pageSize
-
-
Constructor Detail
-
ReindexWorkCaseInstancesCmd
public ReindexWorkCaseInstancesCmd(WorkIndexingScheduler workIndexingScheduler, String index, int start, int pageSize)
-
ReindexWorkCaseInstancesCmd
public ReindexWorkCaseInstancesCmd(WorkIndexingScheduler workIndexingScheduler, String index, String caseInstanceId)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
isRootCaseInstance
protected boolean isRootCaseInstance(HistoricCaseInstance c)
-
scheduleReindex
protected void scheduleReindex(CmmnEngineConfiguration cmmnEngineConfiguration, CmmnRepositoryService repositoryService, HistoricCaseInstance caseInstance)
-
-