Class TaskIndexingScheduler
- java.lang.Object
-
- com.flowable.platform.engine.impl.indexing.scheduler.AbstractIndexingScheduler
-
- com.flowable.platform.engine.impl.indexing.scheduler.TaskIndexingScheduler
-
public class TaskIndexingScheduler extends AbstractIndexingScheduler
-
-
Field Summary
Fields Modifier and Type Field Description protected TaskIndexingDataProducer
taskIndexingDataProducer
-
Fields inherited from class com.flowable.platform.engine.impl.indexing.scheduler.AbstractIndexingScheduler
indexingService, objectMapper
-
-
Constructor Summary
Constructors Constructor Description TaskIndexingScheduler(IndexingService indexingService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, TaskIndexingDataProducer taskIndexingDataProducer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
scheduleTaskIndexing(org.flowable.task.api.history.HistoricTaskInstance task, java.lang.String index)
void
scheduleTaskIndexing(org.flowable.task.api.history.HistoricTaskInstance task, org.flowable.cmmn.api.repository.CaseDefinition caseDefinition, org.flowable.cmmn.api.history.HistoricCaseInstance caseInstance, java.lang.String index)
void
scheduleTaskIndexing(org.flowable.task.api.history.HistoricTaskInstance task, org.flowable.engine.history.HistoricProcessInstance processInstance, java.lang.String index)
-
Methods inherited from class com.flowable.platform.engine.impl.indexing.scheduler.AbstractIndexingScheduler
getTransformerType, scheduleIndexing
-
-
-
-
Field Detail
-
taskIndexingDataProducer
protected TaskIndexingDataProducer taskIndexingDataProducer
-
-
Constructor Detail
-
TaskIndexingScheduler
public TaskIndexingScheduler(IndexingService indexingService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, TaskIndexingDataProducer taskIndexingDataProducer)
-
-
Method Detail
-
scheduleTaskIndexing
public void scheduleTaskIndexing(org.flowable.task.api.history.HistoricTaskInstance task, java.lang.String index)
-
scheduleTaskIndexing
public void scheduleTaskIndexing(org.flowable.task.api.history.HistoricTaskInstance task, org.flowable.engine.history.HistoricProcessInstance processInstance, java.lang.String index)
-
scheduleTaskIndexing
public void scheduleTaskIndexing(org.flowable.task.api.history.HistoricTaskInstance task, org.flowable.cmmn.api.repository.CaseDefinition caseDefinition, org.flowable.cmmn.api.history.HistoricCaseInstance caseInstance, java.lang.String index)
-
-