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