Class AbstractReindexSingleEntityCmd
- java.lang.Object
-
- com.flowable.platform.engine.impl.indexing.reindex.AbstractReindexSingleEntityCmd
-
- Direct Known Subclasses:
ReindexActivityCmd
,ReindexCaseInstanceCmd
,ReindexContentItemCmd
,ReindexPlanItemInstanceCmd
,ReindexProcessInstanceCmd
,ReindexTaskCmd
public abstract class AbstractReindexSingleEntityCmd extends Object implements Command<Void>
-
-
Constructor Summary
Constructors Constructor Description AbstractReindexSingleEntityCmd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
createAndScheduleHistoryJob(JobServiceConfiguration jobServiceConfiguration, String id, String scopeType, boolean propagateToChildren, String transformerType)
protected void
createAndScheduleHistoryJob(JobServiceConfiguration jobServiceConfiguration, String id, String scopeType, String transformerType)
-
-
-
Method Detail
-
createAndScheduleHistoryJob
protected void createAndScheduleHistoryJob(JobServiceConfiguration jobServiceConfiguration, String id, String scopeType, String transformerType)
-
createAndScheduleHistoryJob
protected void createAndScheduleHistoryJob(JobServiceConfiguration jobServiceConfiguration, String id, String scopeType, boolean propagateToChildren, String transformerType)
-
-