Uses of Interface
com.flowable.indexing.config.composer.IndexTemplateComposer
Package | Description |
---|---|
com.flowable.indexing | |
com.flowable.indexing.config.composer |
-
Uses of IndexTemplateComposer in com.flowable.indexing
Fields in com.flowable.indexing declared as IndexTemplateComposer Modifier and Type Field Description protected IndexTemplateComposer
IndexManagerImpl. indexTemplateComposer
Constructors in com.flowable.indexing with parameters of type IndexTemplateComposer Constructor Description IndexManagerImpl(ElasticsearchClient elasticsearchClient, java.util.function.Function<java.lang.String,org.flowable.common.engine.impl.lock.LockManager> lockManagerProvider, java.lang.String indexNamePrefix, java.lang.String projectName, org.springframework.core.io.Resource[] mappingResources, org.springframework.core.io.Resource[] mappingExtensionResources, IndexTemplateComposer indexTemplateComposer, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
IndexManagerImpl(ElasticsearchClient elasticsearchClient, java.util.function.Function<java.lang.String,org.flowable.common.engine.impl.lock.LockManager> lockManagerProvider, java.lang.String indexNamePrefix, java.lang.String projectName, org.springframework.core.io.Resource[] mappingResources, org.springframework.core.io.Resource[] mappingExtensionResources, IndexTemplateComposer indexTemplateComposer, com.fasterxml.jackson.databind.ObjectMapper objectMapper, boolean useLockForIndexMappingCreation, java.time.Duration mappingSchemaLockWaitTime)
-
Uses of IndexTemplateComposer in com.flowable.indexing.config.composer
Classes in com.flowable.indexing.config.composer that implement IndexTemplateComposer Modifier and Type Class Description class
IndexTemplateComposerImpl