Class ContentItemIndexingScheduler
java.lang.Object
com.flowable.platform.service.index.AbstractIndexingScheduler
com.flowable.platform.service.index.ContentItemIndexingScheduler
public class ContentItemIndexingScheduler extends AbstractIndexingScheduler
-
Field Summary
Fields inherited from class com.flowable.platform.service.index.AbstractIndexingScheduler
indexedDataEnhancers, indexingManagerHelper, indexingService, jobServiceConfiguration, objectMapper
-
Constructor Summary
Constructors Constructor Description ContentItemIndexingScheduler(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
scheduleContentItemIndexing(com.flowable.content.engine.impl.persistence.entity.ContentItemEntity contentItem, java.util.Map<java.lang.String,com.flowable.core.content.api.MetadataInstance> metadataInstances, java.lang.String index, com.flowable.content.engine.ContentEngineConfiguration contentEngineConfiguration)
Methods inherited from class com.flowable.platform.service.index.AbstractIndexingScheduler
addGroupIdentityLink, addIdentityLink, addIdentityLink, addIdentityLinks, addUserIdentityLink, createDataNodeForIndexing, getBpmnModel, scheduleIndexing
-
Constructor Details
-
ContentItemIndexingScheduler
public ContentItemIndexingScheduler(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
-
scheduleContentItemIndexing
public void scheduleContentItemIndexing(com.flowable.content.engine.impl.persistence.entity.ContentItemEntity contentItem, java.util.Map<java.lang.String,com.flowable.core.content.api.MetadataInstance> metadataInstances, java.lang.String index, com.flowable.content.engine.ContentEngineConfiguration contentEngineConfiguration)
-