Uses of Interface
com.flowable.indexing.job.IndexingHistoryJobProducer
Packages that use IndexingHistoryJobProducer
Package
Description
-
Uses of IndexingHistoryJobProducer in com.flowable.indexing
Fields in com.flowable.indexing declared as IndexingHistoryJobProducerModifier and TypeFieldDescriptionprotected IndexingHistoryJobProducerProcessEngineIndexingConfigurator.jobProducerConstructors in com.flowable.indexing with parameters of type IndexingHistoryJobProducerModifierConstructorDescriptionProcessEngineIndexingConfigurator(com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexingHistoryJobProducer jobProducer, List<HistoryJobHandler> asyncHistoryJobHandlers, ElasticsearchClient elasticsearchClient, ReindexManager reindexManager, List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors, int numberOfRetries) -
Uses of IndexingHistoryJobProducer in com.flowable.indexing.job
Classes in com.flowable.indexing.job that implement IndexingHistoryJobProducerModifier and TypeClassDescriptionclassImplements theIndexingHistoryJobProducerto create a newHistoryJobEntitywhich is a copy of the one that is normally created.Fields in com.flowable.indexing.job declared as IndexingHistoryJobProducerModifier and TypeFieldDescriptionprotected final IndexingHistoryJobProducerIndexDataAsyncHistoryJobHandler.jobProducerConstructors in com.flowable.indexing.job with parameters of type IndexingHistoryJobProducerModifierConstructorDescriptionIndexDataAsyncHistoryJobHandler(IndexingHistoryJobProducer jobProducer, List<HistoryJsonTransformer> historyJsonTransformers, BulkIndexRequestExecutor bulkIndexRequestExecutor) IndexDataAsyncHistoryJobHandler(String jobType, IndexingHistoryJobProducer jobProducer, List<HistoryJsonTransformer> historyJsonTransformers, BulkIndexRequestExecutor bulkIndexRequestExecutor) IndexZippedDataAsyncHistoryJobHandler(IndexingHistoryJobProducer jobProducer, List<HistoryJsonTransformer> historyJsonTransformers, BulkIndexRequestExecutor bulkIndexRequestExecutor) -
Uses of IndexingHistoryJobProducer in com.flowable.indexing.job.history.async
Fields in com.flowable.indexing.job.history.async declared as IndexingHistoryJobProducerModifier and TypeFieldDescriptionprotected IndexingHistoryJobProducerAsyncIndexingHistorySession.jobProducerprotected IndexingHistoryJobProducerAsyncIndexingHistorySessionCommandContextCloseListener.jobProducerprotected IndexingHistoryJobProducerAsyncIndexingHistorySessionFactory.jobProducerMethods in com.flowable.indexing.job.history.async that return IndexingHistoryJobProducerModifier and TypeMethodDescriptionAsyncIndexingHistorySessionCommandContextCloseListener.getJobProducer()AsyncIndexingHistorySessionFactory.getJobProducer()Methods in com.flowable.indexing.job.history.async with parameters of type IndexingHistoryJobProducerModifier and TypeMethodDescriptionvoidAsyncIndexingHistorySessionCommandContextCloseListener.setJobProducer(IndexingHistoryJobProducer jobProducer) voidAsyncIndexingHistorySessionFactory.setJobProducer(IndexingHistoryJobProducer jobProducer) Constructors in com.flowable.indexing.job.history.async with parameters of type IndexingHistoryJobProducerModifierConstructorDescriptionAsyncIndexingHistorySession(CommandContext commandContext, IndexingHistoryJobProducer jobProducer, List<String> registeredJobDataTypes, int jobRetries) AsyncIndexingHistorySessionCommandContextCloseListener(AsyncIndexingHistorySession asyncHistorySession, IndexingHistoryJobProducer jobProducer)