Class ReindexTaskCmd
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<java.lang.Void>
public class ReindexTaskCmd extends AbstractReindexSingleEntityCmd
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
taskId
-
Constructor Summary
Constructors Constructor Description ReindexTaskCmd(java.lang.String taskId)
-
Method Summary
Modifier and Type Method Description java.lang.Void
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Methods inherited from class com.flowable.platform.engine.impl.indexing.reindex.AbstractReindexSingleEntityCmd
createAndScheduleHistoryJob, createAndScheduleHistoryJob
-
Field Details
-
taskId
protected java.lang.String taskId
-
-
Constructor Details
-
ReindexTaskCmd
public ReindexTaskCmd(java.lang.String taskId)
-
-
Method Details
-
execute
public java.lang.Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-