Package com.atlassian.jira.plugin.index
Interface EntityPropertyIndexDocumentModuleDescriptor
- All Superinterfaces:
com.atlassian.plugin.ModuleDescriptor<Void>
,com.atlassian.plugin.Resourced
,com.atlassian.plugin.ScopeAware
- All Known Implementing Classes:
EntityPropertyIndexDocumentModuleDescriptorImpl
public interface EntityPropertyIndexDocumentModuleDescriptor
extends com.atlassian.plugin.ModuleDescriptor<Void>
Module descriptor for indexing entity document properties
- Since:
- v6.2
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init()
Initializes this EntityPropertyIndexDocumentModuleDescriptor.Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocation
Methods inherited from interface com.atlassian.plugin.ScopeAware
getScopeKey
-
Method Details
-
getIndexDocumentConfiguration
IndexDocumentConfiguration getIndexDocumentConfiguration() -
init
void init()Initializes this EntityPropertyIndexDocumentModuleDescriptor. This may write configuration to db if not previously stored.
-