Class ReindexTasksCmd
- java.lang.Object
-
- com.flowable.platform.engine.impl.indexing.reindex.ReindexTasksCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected String
index
protected int
pageSize
protected int
start
protected TaskIndexingScheduler
taskIndexingScheduler
-
Constructor Summary
Constructors Constructor Description ReindexTasksCmd(TaskIndexingScheduler taskIndexingScheduler, 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(HistoryService historyService, CmmnHistoryService cmmnHistoryService, CmmnRepositoryService cmmnRepositoryService, HistoricTaskInstance task)
-
-
-
Field Detail
-
taskIndexingScheduler
protected TaskIndexingScheduler taskIndexingScheduler
-
index
protected String index
-
start
protected int start
-
pageSize
protected int pageSize
-
-
Constructor Detail
-
ReindexTasksCmd
public ReindexTasksCmd(TaskIndexingScheduler taskIndexingScheduler, String index, int start, int pageSize)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
scheduleReindex
protected void scheduleReindex(HistoryService historyService, CmmnHistoryService cmmnHistoryService, CmmnRepositoryService cmmnRepositoryService, HistoricTaskInstance task)
-
-