Class ReindexProcessInstanceCmd

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

public class ReindexProcessInstanceCmd extends AbstractReindexSingleEntityCmd
  • Field Details

    • processInstanceId

      protected String processInstanceId
  • Constructor Details

    • ReindexProcessInstanceCmd

      public ReindexProcessInstanceCmd(String processInstanceId)
  • Method Details

    • execute

      public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)