Uses of Interface
com.flowable.indexing.job.history.async.BulkIndexRequestInterceptor
| Package | Description |
|---|---|
| com.flowable.indexing | |
| com.flowable.indexing.impl | |
| com.flowable.indexing.job.history.async |
-
Uses of BulkIndexRequestInterceptor in com.flowable.indexing
Fields in com.flowable.indexing with type parameters of type BulkIndexRequestInterceptor Modifier and Type Field Description protected java.util.List<BulkIndexRequestInterceptor>ProcessEngineIndexingConfigurator. bulkIndexRequestInterceptors -
Uses of BulkIndexRequestInterceptor in com.flowable.indexing.impl
Fields in com.flowable.indexing.impl with type parameters of type BulkIndexRequestInterceptor Modifier and Type Field Description protected java.util.List<BulkIndexRequestInterceptor>IndexingServiceImpl. bulkIndexRequestInterceptorsConstructor parameters in com.flowable.indexing.impl with type arguments of type BulkIndexRequestInterceptor Constructor Description IndexingServiceImpl(boolean indexingEnabled, ElasticsearchClient elasticsearchClient, ObjectSerializationService objectSerializationService, IndexManager indexManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.flowable.spring.job.service.SpringAsyncHistoryExecutor asyncHistoryExecutor, java.util.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 BulkIndexRequestInterceptor Modifier and Type Field Description protected java.util.List<BulkIndexRequestInterceptor>BulkIndexingSession. bulkIndexRequestInterceptorsprotected java.util.List<BulkIndexRequestInterceptor>BulkIndexingSessionFactory. bulkIndexRequestInterceptorsConstructor parameters in com.flowable.indexing.job.history.async with type arguments of type BulkIndexRequestInterceptor Constructor Description BulkIndexingSession(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.elasticsearch.client.RestHighLevelClient restClient, ElasticsearchCompatibility elasticsearchCompatibility, java.util.List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors)BulkIndexingSessionFactory(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.elasticsearch.client.RestHighLevelClient restHighLevelClient, ElasticsearchCompatibility elasticsearchCompatibility, java.util.List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors)