Class ReindexProcessInstancesCmd
- java.lang.Object
-
- com.flowable.platform.engine.impl.indexing.reindex.ReindexProcessInstancesCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected String
index
protected int
pageSize
protected ProcessInstanceIndexingScheduler
processInstanceIndexingScheduler
protected int
start
-
Constructor Summary
Constructors Constructor Description ReindexProcessInstancesCmd(ProcessInstanceIndexingScheduler processInstanceIndexingScheduler, String index, int start, int pageSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute(CommandContext commandContext)
protected void
scheduleReindex(ProcessEngineConfigurationImpl processEngineConfiguration, HistoricProcessInstance processInstance)
-
-
-
Field Detail
-
processInstanceIndexingScheduler
protected ProcessInstanceIndexingScheduler processInstanceIndexingScheduler
-
index
protected String index
-
start
protected int start
-
pageSize
protected int pageSize
-
-
Constructor Detail
-
ReindexProcessInstancesCmd
public ReindexProcessInstancesCmd(ProcessInstanceIndexingScheduler processInstanceIndexingScheduler, String index, int start, int pageSize)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
scheduleReindex
protected void scheduleReindex(ProcessEngineConfigurationImpl processEngineConfiguration, HistoricProcessInstance processInstance)
-
-