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

public class ReindexTaskCmd extends AbstractReindexSingleEntityCmd
  • Field Details

    • taskId

      protected String taskId
  • Constructor Details

    • ReindexTaskCmd

      public ReindexTaskCmd(String taskId)
  • Method Details

    • execute

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