Uses of Interface
com.flowable.indexing.job.history.async.BulkIndexRequestInterceptor
Packages that use BulkIndexRequestInterceptor
Package
Description
-
Uses of BulkIndexRequestInterceptor in com.flowable.indexing
Fields in com.flowable.indexing with type parameters of type BulkIndexRequestInterceptorModifier and TypeFieldDescriptionprotected List
<BulkIndexRequestInterceptor> ProcessEngineIndexingConfigurator.bulkIndexRequestInterceptors
-
Uses of BulkIndexRequestInterceptor in com.flowable.indexing.impl
Fields in com.flowable.indexing.impl with type parameters of type BulkIndexRequestInterceptorModifier and TypeFieldDescriptionprotected List
<BulkIndexRequestInterceptor> IndexingServiceImpl.bulkIndexRequestInterceptors
Constructor parameters in com.flowable.indexing.impl with type arguments of type BulkIndexRequestInterceptorModifierConstructorDescriptionIndexingServiceImpl
(boolean indexingEnabled, ElasticsearchClient elasticsearchClient, ObjectSerializationService objectSerializationService, IndexManager indexManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.flowable.spring.job.service.SpringAsyncHistoryExecutor asyncHistoryExecutor, List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors) -
Uses of BulkIndexRequestInterceptor in com.flowable.indexing.job.history.async
Fields in com.flowable.indexing.job.history.async with type parameters of type BulkIndexRequestInterceptorModifier and TypeFieldDescriptionprotected List
<BulkIndexRequestInterceptor> BulkIndexingSession.bulkIndexRequestInterceptors
protected List
<BulkIndexRequestInterceptor> BulkIndexingSessionFactory.bulkIndexRequestInterceptors
Constructor parameters in com.flowable.indexing.job.history.async with type arguments of type BulkIndexRequestInterceptorModifierConstructorDescriptionBulkIndexingSession
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchClient elasticsearchClient, List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors) BulkIndexingSessionFactory
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchClient elasticsearchClient, List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors)