Class TaskIndexingScheduler
java.lang.Object
com.flowable.platform.engine.impl.indexing.scheduler.AbstractIndexingScheduler
com.flowable.platform.engine.impl.indexing.scheduler.TaskIndexingScheduler
-
Field Summary
FieldsFields inherited from class com.flowable.platform.engine.impl.indexing.scheduler.AbstractIndexingScheduler
indexingService, objectMapper
-
Constructor Summary
ConstructorsConstructorDescriptionTaskIndexingScheduler
(IndexingService indexingService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, TaskIndexingDataProducer taskIndexingDataProducer) -
Method Summary
Modifier and TypeMethodDescriptionvoid
scheduleTaskIndexing
(IndexingContext indexingContext, org.flowable.task.api.history.HistoricTaskInstance task, String index) void
scheduleTaskIndexing
(IndexingContext indexingContext, org.flowable.task.api.history.HistoricTaskInstance task, org.flowable.cmmn.api.history.HistoricCaseInstance caseInstance, String index) void
scheduleTaskIndexing
(IndexingContext indexingContext, org.flowable.task.api.history.HistoricTaskInstance task, org.flowable.engine.history.HistoricProcessInstance processInstance, String index) Methods inherited from class com.flowable.platform.engine.impl.indexing.scheduler.AbstractIndexingScheduler
getTransformerType, scheduleIndexing
-
Field Details
-
taskIndexingDataProducer
-
-
Constructor Details
-
TaskIndexingScheduler
public TaskIndexingScheduler(IndexingService indexingService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, TaskIndexingDataProducer taskIndexingDataProducer)
-
-
Method Details
-
scheduleTaskIndexing
public void scheduleTaskIndexing(IndexingContext indexingContext, org.flowable.task.api.history.HistoricTaskInstance task, String index) -
scheduleTaskIndexing
public void scheduleTaskIndexing(IndexingContext indexingContext, org.flowable.task.api.history.HistoricTaskInstance task, org.flowable.engine.history.HistoricProcessInstance processInstance, String index) -
scheduleTaskIndexing
public void scheduleTaskIndexing(IndexingContext indexingContext, org.flowable.task.api.history.HistoricTaskInstance task, org.flowable.cmmn.api.history.HistoricCaseInstance caseInstance, String index)
-