public interface PluginIndexConfigurationManager
Modifier and Type | Method and Description |
---|---|
Iterable<PluginIndexConfiguration> |
getDocumentsForEntity(String entityKey) |
void |
put(String pluginKey,
String moduleKey,
IndexDocumentConfiguration document)
Sets the description of entity's indexing for the given plugin and module's keys.
|
void |
remove(String pluginKey)
Removes the description of entity's indexing for the given plugin.
|
Iterable<PluginIndexConfiguration> getDocumentsForEntity(@Nonnull String entityKey)
entityKey
- name of entity eg. issue, project etcEntityPropertyIndexDocument
for the given plugin key.void put(@Nonnull String pluginKey, @Nonnull String moduleKey, @Nonnull IndexDocumentConfiguration document)
pluginKey
- the key of the plugin.moduleKey
- the key of the module.document
- the description of entity's indexing.Copyright © 2002-2017 Atlassian. All Rights Reserved.