Class ReindexTaskCmd
- java.lang.Object
-
- com.flowable.platform.engine.impl.indexing.reindex.AbstractReindexSingleEntityCmd
-
- com.flowable.platform.engine.impl.indexing.reindex.ReindexTaskCmd
-
public class ReindexTaskCmd extends AbstractReindexSingleEntityCmd
-
-
Constructor Summary
Constructors Constructor Description ReindexTaskCmd(String taskId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute(CommandContext commandContext)
-
Methods inherited from class com.flowable.platform.engine.impl.indexing.reindex.AbstractReindexSingleEntityCmd
createAndScheduleHistoryJob, createAndScheduleHistoryJob
-
-
-
-
Field Detail
-
taskId
protected String taskId
-
-
Constructor Detail
-
ReindexTaskCmd
public ReindexTaskCmd(String taskId)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-