Class AgentInvocationIndexingDataProducer
java.lang.Object
com.flowable.platform.engine.impl.indexing.dataproducer.AgentInvocationIndexingDataProducer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<PlatformIndexedDataEnhancer> protected IndexingManagerHelperImplprotected tools.jackson.databind.ObjectMapper -
Constructor Summary
ConstructorsConstructorDescriptionAgentInvocationIndexingDataProducer(tools.jackson.databind.ObjectMapper objectMapper, List<PlatformIndexedDataEnhancer> indexedDataEnhancers) -
Method Summary
Modifier and TypeMethodDescriptiontools.jackson.databind.node.ObjectNodeproduceIndexingData(AgentInvocation invocation, List<? extends AgentInvocationExchange> exchanges, String agentDefinitionName, String referenceId, String referenceType, String tenantId)
-
Field Details
-
objectMapper
protected tools.jackson.databind.ObjectMapper objectMapper -
indexingManagerHelper
-
indexedDataEnhancers
-
-
Constructor Details
-
AgentInvocationIndexingDataProducer
public AgentInvocationIndexingDataProducer(tools.jackson.databind.ObjectMapper objectMapper, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
-
-
Method Details
-
produceIndexingData
public tools.jackson.databind.node.ObjectNode produceIndexingData(AgentInvocation invocation, List<? extends AgentInvocationExchange> exchanges, String agentDefinitionName, String referenceId, String referenceType, String tenantId)
-