java.lang.Object | |
↳ | com.atlassian.jira.index.property.OfBizPluginIndexConfigurationManager |
Nested Classes | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OfBizPluginIndexConfigurationManager.PluginIndexConfigurationImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sets the description of entity's indexing for the given plugin and module's keys.
| |||||||||||
Removes the description of entity's indexing for the given plugin.
|
[Expand]
Inherited Methods | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||
From interface
com.atlassian.jira.index.property.PluginIndexConfigurationManager
|
Sets the description of entity's indexing for the given plugin and module's keys.
pluginKey | the key of the plugin. |
---|---|
moduleKey | the key of the module. |
document | the description of entity's indexing. |
Removes the description of entity's indexing for the given plugin.
pluginKey | the key of the plugin. |
---|