Class ReindexCaseInstancesCmd

java.lang.Object
com.flowable.platform.engine.impl.indexing.reindex.ReindexCaseInstancesCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

public class ReindexCaseInstancesCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
  • Field Details

    • caseInstanceIndexingScheduler

      protected CaseInstanceIndexingScheduler caseInstanceIndexingScheduler
    • indexManager

      protected IndexManager indexManager
    • indexName

      protected String indexName
    • start

      protected int start
    • pageSize

      protected int pageSize
  • Constructor Details

  • Method Details

    • execute

      public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>
    • scheduleReindex

      protected void scheduleReindex(IndexingContext indexingContext, org.flowable.cmmn.api.history.HistoricCaseInstance caseInstance)