Class TaskIndexingScheduler
java.lang.Object
com.flowable.platform.service.index.AbstractIndexingScheduler
com.flowable.platform.service.index.TaskIndexingScheduler
public class TaskIndexingScheduler extends AbstractIndexingScheduler
-
Field Summary
Fields inherited from class com.flowable.platform.service.index.AbstractIndexingScheduler
indexedDataEnhancers, indexingManagerHelper, indexingService, jobServiceConfiguration, objectMapper
-
Constructor Summary
Constructors Constructor Description TaskIndexingScheduler(IndexingService indexingService, IndexManager indexManager, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexVariableTypes indexVariableTypes, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
-
Method Summary
Modifier and Type Method Description protected java.lang.String
getMappingType()
protected java.lang.String
getTransformerType()
protected void
scheduleIndexing(org.flowable.task.api.history.HistoricTaskInstance task, java.lang.String index, java.util.function.Consumer<com.fasterxml.jackson.databind.node.ObjectNode> dataNodeConsumer)
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.service.index.AbstractIndexingScheduler
addGroupIdentityLink, addIdentityLink, addIdentityLink, addIdentityLinks, addUserIdentityLink, createDataNodeForIndexing, getBpmnModel, scheduleIndexing
-
Constructor Details
-
TaskIndexingScheduler
public TaskIndexingScheduler(IndexingService indexingService, IndexManager indexManager, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexVariableTypes indexVariableTypes, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
-
-
Method Details
-
getMappingType
protected java.lang.String getMappingType()- Specified by:
getMappingType
in classAbstractIndexingScheduler
-
getTransformerType
protected java.lang.String getTransformerType()- Specified by:
getTransformerType
in classAbstractIndexingScheduler
-
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) -
scheduleIndexing
protected void scheduleIndexing(org.flowable.task.api.history.HistoricTaskInstance task, java.lang.String index, java.util.function.Consumer<com.fasterxml.jackson.databind.node.ObjectNode> dataNodeConsumer)
-