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
All Methods Instance Methods Concrete Methods 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
-
-