Class ReindexProcessInstancesCmd
- java.lang.Object
-
- com.flowable.platform.engine.impl.indexing.reindex.ReindexProcessInstancesCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringindexprotected intpageSizeprotected ProcessInstanceIndexingSchedulerprocessInstanceIndexingSchedulerprotected intstart
-
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 Voidexecute(CommandContext commandContext)protected voidscheduleReindex(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)
-
-