Class ReindexProcessInstancesCmd
java.lang.Object
com.flowable.platform.engine.impl.indexing.reindex.ReindexProcessInstancesCmd
- Author:
- Javier Casal, Joram Barrez
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected int
protected ProcessInstanceIndexingScheduler
protected int
-
Constructor Summary
ConstructorDescriptionReindexProcessInstancesCmd
(ProcessInstanceIndexingScheduler processInstanceIndexingScheduler, String index, int start, int pageSize) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected void
scheduleReindex
(ProcessEngineConfigurationImpl processEngineConfiguration, HistoricProcessInstance processInstance)
-
Field Details
-
processInstanceIndexingScheduler
-
index
-
start
protected int start -
pageSize
protected int pageSize
-
-
Constructor Details
-
ReindexProcessInstancesCmd
public ReindexProcessInstancesCmd(ProcessInstanceIndexingScheduler processInstanceIndexingScheduler, String index, int start, int pageSize)
-
-
Method Details
-
execute
-
scheduleReindex
protected void scheduleReindex(ProcessEngineConfigurationImpl processEngineConfiguration, HistoricProcessInstance processInstance)
-