Modifier and Type | Class and Description |
---|---|
class |
IndexManagerImpl |
Modifier and Type | Field and Description |
---|---|
protected IndexManager |
SearchServiceImpl.indexManager |
protected IndexManager |
ReindexManagerImpl.indexManager |
Constructor and Description |
---|
ReindexManagerImpl(IndexManager indexManager,
ElasticsearchClient elasticsearchClient,
ReindexingProperties reindexingProperties) |
SearchServiceImpl(ElasticsearchClient elasticsearchClient,
IndexManager indexManager,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ResourceHelper resourceHelper,
List<LowLevelSearchResultEnhancer> searchResultEnhancers) |
Modifier and Type | Method and Description |
---|---|
void |
CustomIndexConfiguration.initializeConfiguration(IndexManager indexManager)
Must be invoked after fully loading to be initialized.
|
Modifier and Type | Field and Description |
---|---|
protected IndexManager |
IndexingServiceImpl.indexManager |
Constructor and Description |
---|
IndexingServiceImpl(boolean indexingEnabled,
ElasticsearchClient elasticsearchClient,
ObjectSerializationService objectSerializationService,
IndexManager indexManager,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
SpringAsyncHistoryExecutor asyncHistoryExecutor,
List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors) |
Modifier and Type | Field and Description |
---|---|
protected IndexManager |
ProcessEnginePlatformIndexingConfigurator.indexManager |
protected IndexManager |
ContentEnginePlatformIndexingConfigurator.indexManager |
protected IndexManager |
CmmnEnginePlatformIndexingConfigurator.indexManager |
Constructor and Description |
---|
CmmnEnginePlatformIndexingConfigurator(List<PlatformIndexedDataEnhancer> indexedDataEnhancers,
IndexManager indexManager,
IndexVariableTypes indexVariableTypes,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
boolean synchronousRelationalHistory) |
ContentEnginePlatformIndexingConfigurator(List<PlatformIndexedDataEnhancer> indexedDataEnhancers,
IndexManager indexManager,
IndexVariableTypes indexVariableTypes,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
boolean synchronousRelationalHistory) |
ProcessEnginePlatformIndexingConfigurator(IndexManager indexManager,
List<PlatformIndexedDataEnhancer> indexedDataEnhancers,
IndexVariableTypes indexVariableTypes,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
boolean synchronousRelationalHistory) |
Constructor and Description |
---|
AbstractIndexingDataProducer(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
IndexManager indexManager,
IndexVariableTypes indexVariableTypes,
List<PlatformIndexedDataEnhancer> indexedDataEnhancers) |
ActivityIndexingDataProducer(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
IndexManager indexManager,
ProcessEngineConfigurationImpl processEngineConfiguration,
IndexVariableTypes indexVariableTypes,
List<PlatformIndexedDataEnhancer> indexedDataEnhancers) |
CaseInstanceIndexingDataProducer(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
IndexManager indexManager,
CmmnEngineConfiguration cmmnEngineConfiguration,
IndexVariableTypes indexVariableTypes,
List<PlatformIndexedDataEnhancer> indexedDataEnhancers) |
ContentItemIndexingDataProducer(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
IndexManager indexManager,
ProcessEngineConfigurationImpl processEngineConfiguration,
IndexVariableTypes indexVariableTypes,
List<PlatformIndexedDataEnhancer> indexedDataEnhancers) |
PlanItemIndexingDataProducer(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
IndexManager indexManager,
CmmnEngineConfiguration cmmnEngineConfiguration,
IndexVariableTypes indexVariableTypes,
List<PlatformIndexedDataEnhancer> indexedDataEnhancers) |
ProcessInstanceIndexingDataProducer(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
IndexManager indexManager,
ProcessEngineConfigurationImpl processEngineConfiguration,
IndexVariableTypes indexVariableTypes,
List<PlatformIndexedDataEnhancer> indexedDataEnhancers) |
TaskIndexingDataProducer(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
IndexManager indexManager,
ProcessEngineConfigurationImpl processEngineConfiguration,
IndexVariableTypes indexVariableTypes,
List<PlatformIndexedDataEnhancer> indexedDataEnhancers) |
WorkIndexingDataProducer(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
IndexManager indexManager,
ProcessEngineConfigurationImpl processEngineConfiguration,
IndexVariableTypes indexVariableTypes,
List<PlatformIndexedDataEnhancer> indexedDataEnhancers) |
Modifier and Type | Field and Description |
---|---|
protected IndexManager |
IndexingManagerHelperImpl.indexManager |
Constructor and Description |
---|
AsyncIndexingCmmnHistoryManager(CmmnEngineConfiguration cmmnEngineConfiguration,
IndexManager indexManager,
IndexVariableTypes indexVariableTypes) |
AsyncIndexingContentHistoryManager(ContentEngineConfiguration contentEngineConfiguration,
IndexManager indexManager,
IndexVariableTypes indexVariableTypes) |
AsyncIndexingHistoryManager(ProcessEngineConfigurationImpl processEngineConfiguration,
IndexManager indexManager,
IndexVariableTypes indexVariableTypes) |
IndexingManagerHelperImpl(IndexManager indexManager,
Supplier<JobServiceConfiguration> jobServiceConfigurationProvider,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
IndexVariableTypes indexVariableTypes) |
Modifier and Type | Field and Description |
---|---|
protected IndexManager |
WorkIndexService.indexManager |
protected IndexManager |
AppEngineIndexingConfigurator.indexManager |
Constructor and Description |
---|
AppEngineIndexingConfigurator(IndexManager indexManager,
IndexVariableTypes indexVariableTypes) |
AsyncIndexingTranslationChangeManager(ProcessEngineConfigurationImpl processEngineConfiguration,
CmmnEngineConfiguration cmmnEngineConfiguration,
IndexManager indexManager,
IndexVariableTypes indexVariableTypes) |