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