Uses of Class
com.flowable.indexing.ReindexingProperties
Packages that use ReindexingProperties
-
Uses of ReindexingProperties in com.flowable.indexing
Fields in com.flowable.indexing declared as ReindexingPropertiesModifier and TypeFieldDescriptionprotected final ReindexingPropertiesReindexManagerImpl.reindexingPropertiesConstructors in com.flowable.indexing with parameters of type ReindexingPropertiesModifierConstructorDescriptionReindexManagerImpl(org.flowable.engine.ProcessEngineConfiguration processEngineConfiguration, ElasticsearchClient elasticsearchClient, IndexManager indexManager, ReindexingProperties reindexingProperties) -
Uses of ReindexingProperties in com.flowable.indexing.reindex.job
Constructors in com.flowable.indexing.reindex.job with parameters of type ReindexingPropertiesModifierConstructorDescriptionReindexStatusJobHandler(Supplier<Map<String, ReindexEntityPageHandler>> handlerRegistrySupplier, ReindexingProperties reindexingProperties, tools.jackson.databind.ObjectMapper objectMapper)