Class ReindexActivityCmd
- java.lang.Object
-
- com.flowable.platform.engine.impl.indexing.reindex.AbstractReindexSingleEntityCmd
-
- com.flowable.platform.engine.impl.indexing.reindex.ReindexActivityCmd
-
public class ReindexActivityCmd extends AbstractReindexSingleEntityCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected String
activityInstanceId
-
Constructor Summary
Constructors Constructor Description ReindexActivityCmd(String activityInstanceId)
-
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
-
activityInstanceId
protected String activityInstanceId
-
-
Constructor Detail
-
ReindexActivityCmd
public ReindexActivityCmd(String activityInstanceId)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-