Class ReindexCaseInstancesCmd
java.lang.Object
com.flowable.platform.engine.impl.indexing.reindex.ReindexCaseInstancesCmd
-
Field Summary
Modifier and TypeFieldDescriptionprotected CaseInstanceIndexingScheduler
protected String
protected int
protected int
-
Constructor Summary
ConstructorDescriptionReindexCaseInstancesCmd
(CaseInstanceIndexingScheduler caseInstanceIndexingScheduler, String indexName, int start, int pageSize) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected void
scheduleReindex
(CmmnEngineConfiguration cmmnEngineConfiguration, CmmnRepositoryService repositoryService, HistoricCaseInstance caseInstance)
-
Field Details
-
caseInstanceIndexingScheduler
-
indexName
-
start
protected int start -
pageSize
protected int pageSize
-
-
Constructor Details
-
ReindexCaseInstancesCmd
public ReindexCaseInstancesCmd(CaseInstanceIndexingScheduler caseInstanceIndexingScheduler, String indexName, int start, int pageSize)
-
-
Method Details
-
execute
-
scheduleReindex
protected void scheduleReindex(CmmnEngineConfiguration cmmnEngineConfiguration, CmmnRepositoryService repositoryService, HistoricCaseInstance caseInstance)
-