Class FieldMappingsProviderModuleRegistrar
- java.lang.Object
-
- com.atlassian.confluence.internal.search.v2.FieldMappingsProviderModuleRegistrar
-
public class FieldMappingsProviderModuleRegistrar extends Object
Registers allFieldMapping
from field-mappings-provider modules- Since:
- 8.8
-
-
Constructor Summary
Constructors Constructor Description FieldMappingsProviderModuleRegistrar(SearchIndexAccessor contentSearchIndexAccessor, SearchIndexAccessor changeSearchIndexAccessor, CustomSearchIndexRegistry customSearchIndexRegistry, com.atlassian.plugin.event.PluginEventManager pluginEventManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
pluginModuleEnabled(com.atlassian.plugin.event.events.PluginModuleEnabledEvent event)
-
-
-
Constructor Detail
-
FieldMappingsProviderModuleRegistrar
public FieldMappingsProviderModuleRegistrar(SearchIndexAccessor contentSearchIndexAccessor, SearchIndexAccessor changeSearchIndexAccessor, CustomSearchIndexRegistry customSearchIndexRegistry, com.atlassian.plugin.event.PluginEventManager pluginEventManager)
-
-