Class ReindexProcessInstancesCmd

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

public class ReindexProcessInstancesCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Author:
Javier Casal, Joram Barrez
  • Field Details

    • processInstanceIndexingScheduler

      protected ProcessInstanceIndexingScheduler processInstanceIndexingScheduler
    • 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)