Class ReindexWorkProcessInstancesCmd
java.lang.Object
com.flowable.platform.engine.impl.indexing.reindex.ReindexWorkProcessInstancesCmd
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected IndexManagerprotected intprotected intprotected WorkIndexingScheduler -
Constructor Summary
ConstructorsConstructorDescriptionReindexWorkProcessInstancesCmd(WorkIndexingScheduler workIndexingScheduler, IndexManager indexManager, String index, int start, int pageSize) -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) protected voidscheduleReindex(IndexingContext indexingContext, HistoricProcessInstance processInstance)
-
Field Details
-
workIndexingScheduler
-
indexManager
-
index
-
start
protected int start -
pageSize
protected int pageSize
-
-
Constructor Details
-
ReindexWorkProcessInstancesCmd
public ReindexWorkProcessInstancesCmd(WorkIndexingScheduler workIndexingScheduler, IndexManager indexManager, String index, int start, int pageSize)
-
-
Method Details
-
execute
-
scheduleReindex
protected void scheduleReindex(IndexingContext indexingContext, HistoricProcessInstance processInstance)
-