Class AbstractReindexSingleEntityCmd
java.lang.Object
com.flowable.platform.engine.impl.indexing.reindex.AbstractReindexSingleEntityCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
- Direct Known Subclasses:
ReindexActivityCmd
,ReindexCaseInstanceCmd
,ReindexContentItemCmd
,ReindexPlanItemInstanceCmd
,ReindexProcessInstanceCmd
,ReindexTaskCmd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
createAndScheduleHistoryJob
(org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, String id, String scopeType, boolean propagateToChildren, String transformerType) protected void
createAndScheduleHistoryJob
(org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, String id, String scopeType, String transformerType) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.interceptor.Command
execute
-
Constructor Details
-
AbstractReindexSingleEntityCmd
public AbstractReindexSingleEntityCmd()
-
-
Method Details
-
createAndScheduleHistoryJob
-
createAndScheduleHistoryJob
-