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