Class ReindexCaseInstancesCmd
java.lang.Object
com.flowable.platform.engine.impl.indexing.reindex.ReindexCaseInstancesCmd
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CaseInstanceIndexingSchedulerprotected Stringprotected intprotected int -
Constructor Summary
ConstructorsConstructorDescriptionReindexCaseInstancesCmd(CaseInstanceIndexingScheduler caseInstanceIndexingScheduler, String indexName, int start, int pageSize) -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) protected voidscheduleReindex(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)
-