Class ReindexWorkProcessInstancesCmd

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

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

    • workIndexingScheduler

      protected WorkIndexingScheduler workIndexingScheduler
    • indexManager

      protected IndexManager indexManager
    • index

      protected String index
    • 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.engine.history.HistoricProcessInstance processInstance)