Class ReindexCaseInstancesCmd
- java.lang.Object
-
- com.flowable.platform.engine.impl.indexing.reindex.ReindexCaseInstancesCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected CaseInstanceIndexingSchedulercaseInstanceIndexingSchedulerprotected StringindexNameprotected intpageSizeprotected intstart
-
Constructor Summary
Constructors Constructor Description ReindexCaseInstancesCmd(CaseInstanceIndexingScheduler caseInstanceIndexingScheduler, String indexName, int start, int pageSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)protected voidscheduleReindex(CmmnEngineConfiguration cmmnEngineConfiguration, CmmnRepositoryService repositoryService, HistoricCaseInstance caseInstance)
-
-
-
Field Detail
-
caseInstanceIndexingScheduler
protected CaseInstanceIndexingScheduler caseInstanceIndexingScheduler
-
indexName
protected String indexName
-
start
protected int start
-
pageSize
protected int pageSize
-
-
Constructor Detail
-
ReindexCaseInstancesCmd
public ReindexCaseInstancesCmd(CaseInstanceIndexingScheduler caseInstanceIndexingScheduler, String indexName, int start, int pageSize)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
scheduleReindex
protected void scheduleReindex(CmmnEngineConfiguration cmmnEngineConfiguration, CmmnRepositoryService repositoryService, HistoricCaseInstance caseInstance)
-
-