Uses of Class
com.flowable.platform.engine.impl.indexing.dataproducer.AgentInvocationIndexingDataProducer
Packages that use AgentInvocationIndexingDataProducer
Package
Description
-
Uses of AgentInvocationIndexingDataProducer in com.flowable.platform.engine.impl.indexing.job.transformer
Fields in com.flowable.platform.engine.impl.indexing.job.transformer declared as AgentInvocationIndexingDataProducerModifier and TypeFieldDescriptionprotected AgentInvocationIndexingDataProducerSyncHistoryIndexAgentInvocationTransformer.agentInvocationIndexingDataProducerConstructors in com.flowable.platform.engine.impl.indexing.job.transformer with parameters of type AgentInvocationIndexingDataProducerModifierConstructorDescriptionSyncHistoryIndexAgentInvocationTransformer(LowLevelIndexingService indexingService, AgentEngineConfigurationApi agentEngineConfiguration, tools.jackson.databind.ObjectMapper objectMapper, AgentInvocationIndexingDataProducer agentInvocationIndexingDataProducer) -
Uses of AgentInvocationIndexingDataProducer in com.flowable.platform.engine.impl.indexing.scheduler
Fields in com.flowable.platform.engine.impl.indexing.scheduler declared as AgentInvocationIndexingDataProducerModifier and TypeFieldDescriptionprotected AgentInvocationIndexingDataProducerAgentInvocationIndexingScheduler.agentInvocationIndexingDataProducerConstructors in com.flowable.platform.engine.impl.indexing.scheduler with parameters of type AgentInvocationIndexingDataProducerModifierConstructorDescriptionAgentInvocationIndexingScheduler(IndexingService indexingService, tools.jackson.databind.ObjectMapper objectMapper, AgentInvocationIndexingDataProducer agentInvocationIndexingDataProducer)