Class ActivityIndexingScheduler
java.lang.Object
com.flowable.platform.service.index.AbstractIndexingScheduler
com.flowable.platform.service.index.ActivityIndexingScheduler
public class ActivityIndexingScheduler extends AbstractIndexingScheduler
-
Field Summary
Fields inherited from class com.flowable.platform.service.index.AbstractIndexingScheduler
indexedDataEnhancers, indexingManagerHelper, indexingService, jobServiceConfiguration, objectMapper
-
Constructor Summary
Constructors Constructor Description ActivityIndexingScheduler(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()
void
scheduleActivityIndexing(org.flowable.engine.history.HistoricActivityInstance historicActivityInstance, java.lang.String index)
Methods inherited from class com.flowable.platform.service.index.AbstractIndexingScheduler
addGroupIdentityLink, addIdentityLink, addIdentityLink, addIdentityLinks, addUserIdentityLink, createDataNodeForIndexing, getBpmnModel, scheduleIndexing
-
Constructor Details
-
ActivityIndexingScheduler
public ActivityIndexingScheduler(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
-
scheduleActivityIndexing
public void scheduleActivityIndexing(org.flowable.engine.history.HistoricActivityInstance historicActivityInstance, java.lang.String index)
-