Uses of Interface
com.flowable.indexing.IndexManager
-
Uses of IndexManager in com.flowable.indexing
Classes in com.flowable.indexing that implement IndexManager Modifier and Type Class Description class
IndexManagerImpl
Fields in com.flowable.indexing declared as IndexManager Modifier and Type Field Description protected IndexManager
ReindexManagerImpl. indexManager
protected IndexManager
SearchServiceImpl. indexManager
Constructors in com.flowable.indexing with parameters of type IndexManager Constructor Description ReindexManagerImpl(IndexManager indexManager, ElasticsearchClient elasticsearchClient, ReindexingProperties reindexingProperties)
SearchServiceImpl(ElasticsearchClient elasticsearchClient, IndexManager indexManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ResourceHelper resourceHelper, java.util.List<LowLevelSearchResultEnhancer> searchResultEnhancers)
-
Uses of IndexManager in com.flowable.indexing.config
Methods in com.flowable.indexing.config with parameters of type IndexManager Modifier and Type Method Description void
CustomIndexConfiguration. initializeConfiguration(IndexManager indexManager)
Must be invoked after fully loading to be initialized. -
Uses of IndexManager in com.flowable.indexing.impl
Fields in com.flowable.indexing.impl declared as IndexManager Modifier and Type Field Description protected IndexManager
IndexingServiceImpl. indexManager
Constructors in com.flowable.indexing.impl with parameters of type IndexManager 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 IndexManager in com.flowable.platform.engine.impl.indexing.configurator
Fields in com.flowable.platform.engine.impl.indexing.configurator declared as IndexManager Modifier and Type Field Description protected IndexManager
CmmnEnginePlatformIndexingConfigurator. indexManager
protected IndexManager
ContentEnginePlatformIndexingConfigurator. indexManager
protected IndexManager
ProcessEnginePlatformIndexingConfigurator. indexManager
Constructors in com.flowable.platform.engine.impl.indexing.configurator with parameters of type IndexManager Constructor Description CmmnEnginePlatformIndexingConfigurator(java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexManager indexManager, IndexVariableTypes indexVariableTypes)
ContentEnginePlatformIndexingConfigurator(java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexManager indexManager, IndexVariableTypes indexVariableTypes)
ProcessEnginePlatformIndexingConfigurator(IndexManager indexManager, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexVariableTypes indexVariableTypes)
-
Uses of IndexManager in com.flowable.platform.engine.impl.indexing.job.history
Fields in com.flowable.platform.engine.impl.indexing.job.history declared as IndexManager Modifier and Type Field Description protected IndexManager
IndexingManagerHelperImpl. indexManager
Constructors in com.flowable.platform.engine.impl.indexing.job.history with parameters of type IndexManager Constructor Description AsyncIndexingCmmnHistoryManager(org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, IndexManager indexManager, IndexVariableTypes indexVariableTypes)
AsyncIndexingContentHistoryManager(com.flowable.content.engine.ContentEngineConfiguration contentEngineConfiguration, IndexManager indexManager, IndexVariableTypes indexVariableTypes)
AsyncIndexingHistoryManager(org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration, boolean usePrefixId, IndexManager indexManager, IndexVariableTypes indexVariableTypes)
IndexingManagerHelperImpl(IndexManager indexManager, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexVariableTypes indexVariableTypes)
-
Uses of IndexManager in com.flowable.platform.service.index
Fields in com.flowable.platform.service.index declared as IndexManager Modifier and Type Field Description protected IndexManager
AppEngineIndexingConfigurator. indexManager
protected IndexManager
WorkIndexService. indexManager
Constructors in com.flowable.platform.service.index with parameters of type IndexManager Constructor Description AbstractIndexingScheduler(IndexingService indexingService, IndexManager indexManager, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexVariableTypes indexVariableTypes, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
ActivityIndexingScheduler(IndexingService indexingService, IndexManager indexManager, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexVariableTypes indexVariableTypes, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
AppEngineIndexingConfigurator(IndexManager indexManager, IndexVariableTypes indexVariableTypes)
AsyncIndexingTranslationChangeManager(org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, IndexManager indexManager, IndexVariableTypes indexVariableTypes)
CaseInstanceIndexingScheduler(IndexingService indexingService, IndexManager indexManager, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexVariableTypes indexVariableTypes, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
ContentItemIndexingScheduler(IndexingService indexingService, IndexManager indexManager, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexVariableTypes indexVariableTypes, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
PlanItemInstanceIndexingScheduler(IndexingService indexingService, IndexManager indexManager, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexVariableTypes indexVariableTypes, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
ProcessInstanceIndexingScheduler(IndexingService indexingService, IndexManager indexManager, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexVariableTypes indexVariableTypes, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
TaskIndexingScheduler(IndexingService indexingService, IndexManager indexManager, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexVariableTypes indexVariableTypes, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
WorkIndexingScheduler(IndexingService indexingService, IndexManager indexManager, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexVariableTypes indexVariableTypes, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)