Class AgentInvocationEvaluationIndexingScheduler
java.lang.Object
com.flowable.platform.engine.impl.indexing.scheduler.AbstractIndexingScheduler
com.flowable.platform.engine.impl.indexing.scheduler.AgentInvocationEvaluationIndexingScheduler
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class AbstractIndexingScheduler
indexingService, objectMapper -
Constructor Summary
ConstructorsConstructorDescriptionAgentInvocationEvaluationIndexingScheduler(IndexingService indexingService, tools.jackson.databind.ObjectMapper objectMapper, AgentInvocationEvaluationIndexingDataProducer agentInvocationEvaluationIndexingDataProducer) -
Method Summary
Modifier and TypeMethodDescriptionvoidscheduleAgentInvocationEvaluationIndexing(AgentInvocationEvaluation evaluation, String agentDefinitionId, String agentDefinitionKey, Integer agentDefinitionVersion, String agentDefinitionName, String referenceId, String referenceType, String index) Methods inherited from class AbstractIndexingScheduler
getTransformerType, scheduleIndexing
-
Field Details
-
agentInvocationEvaluationIndexingDataProducer
protected AgentInvocationEvaluationIndexingDataProducer agentInvocationEvaluationIndexingDataProducer
-
-
Constructor Details
-
AgentInvocationEvaluationIndexingScheduler
public AgentInvocationEvaluationIndexingScheduler(IndexingService indexingService, tools.jackson.databind.ObjectMapper objectMapper, AgentInvocationEvaluationIndexingDataProducer agentInvocationEvaluationIndexingDataProducer)
-
-
Method Details
-
scheduleAgentInvocationEvaluationIndexing
-