Uses of Interface
com.flowable.indexing.impl.ObjectSerializationService
Package | Description |
---|---|
com.flowable.indexing.impl |
-
Uses of ObjectSerializationService in com.flowable.indexing.impl
Classes in com.flowable.indexing.impl that implement ObjectSerializationService Modifier and Type Class Description class
ObjectSerializationServiceImpl
Fields in com.flowable.indexing.impl declared as ObjectSerializationService Modifier and Type Field Description protected ObjectSerializationService
IndexingServiceImpl. objectSerializationService
Constructors in com.flowable.indexing.impl with parameters of type ObjectSerializationService 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)