Class AgentInstanceIndexingDataProducer
java.lang.Object
com.flowable.platform.engine.impl.indexing.dataproducer.AgentInstanceIndexingDataProducer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<PlatformIndexedDataEnhancer> protected IndexingManagerHelperImplprotected tools.jackson.databind.ObjectMapper -
Constructor Summary
ConstructorsConstructorDescriptionAgentInstanceIndexingDataProducer(tools.jackson.databind.ObjectMapper objectMapper, List<PlatformIndexedDataEnhancer> indexedDataEnhancers) -
Method Summary
Modifier and TypeMethodDescriptiontools.jackson.databind.node.ObjectNodeproduceIndexingData(HistoricAgentInstance instance, String agentDefinitionName, String tenantId)
-
Field Details
-
objectMapper
protected tools.jackson.databind.ObjectMapper objectMapper -
indexingManagerHelper
-
indexedDataEnhancers
-
-
Constructor Details
-
AgentInstanceIndexingDataProducer
public AgentInstanceIndexingDataProducer(tools.jackson.databind.ObjectMapper objectMapper, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
-
-
Method Details
-
produceIndexingData
public tools.jackson.databind.node.ObjectNode produceIndexingData(HistoricAgentInstance instance, String agentDefinitionName, String tenantId)
-