Class ReindexProcessInstancesCmd
java.lang.Object
com.flowable.platform.engine.impl.indexing.reindex.ReindexProcessInstancesCmd
- Author:
- Javier Casal, Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected intprotected ProcessInstanceIndexingSchedulerprotected int -
Constructor Summary
ConstructorsConstructorDescriptionReindexProcessInstancesCmd(ProcessInstanceIndexingScheduler processInstanceIndexingScheduler, String index, int start, int pageSize) -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) protected voidscheduleReindex(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)
-