Class ReindexCaseInstancesCmd
- java.lang.Object
-
- com.flowable.platform.engine.impl.indexing.reindex.ReindexCaseInstancesCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected CaseInstanceIndexingScheduler
caseInstanceIndexingScheduler
protected String
indexName
protected int
pageSize
protected int
start
-
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 Void
execute(CommandContext commandContext)
protected void
scheduleReindex(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)
-
-