Class AgentInvocationEvaluationIndexingDataProducer
java.lang.Object
com.flowable.platform.engine.impl.indexing.dataproducer.AgentInvocationEvaluationIndexingDataProducer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<PlatformIndexedDataEnhancer> protected IndexingManagerHelperImplprotected tools.jackson.databind.ObjectMapper -
Constructor Summary
ConstructorsConstructorDescriptionAgentInvocationEvaluationIndexingDataProducer(tools.jackson.databind.ObjectMapper objectMapper, List<PlatformIndexedDataEnhancer> indexedDataEnhancers) -
Method Summary
Modifier and TypeMethodDescriptionprotected static booleanisScoreOutOfRange(AgentInvocationEvaluation evaluation) tools.jackson.databind.node.ObjectNodeproduceIndexingData(AgentInvocationEvaluation evaluation, String agentDefinitionId, String agentDefinitionKey, Integer agentDefinitionVersion, String agentDefinitionName, String referenceId, String referenceType)
-
Field Details
-
objectMapper
protected tools.jackson.databind.ObjectMapper objectMapper -
indexingManagerHelper
-
indexedDataEnhancers
-
-
Constructor Details
-
AgentInvocationEvaluationIndexingDataProducer
public AgentInvocationEvaluationIndexingDataProducer(tools.jackson.databind.ObjectMapper objectMapper, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
-
-
Method Details
-
produceIndexingData
-
isScoreOutOfRange
-