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