public class

CustomFieldSearcherModuleDescriptorsImpl

extends Object
implements CustomFieldSearcherModuleDescriptors
java.lang.Object
   ↳ com.atlassian.jira.plugin.customfield.CustomFieldSearcherModuleDescriptorsImpl

Summary

Public Constructors
CustomFieldSearcherModuleDescriptorsImpl(PluginAccessor pluginAccessor)
Public Methods
Option<CustomFieldSearcher> getCustomFieldSearcher(String completeModuleKey)
Retrieve a custom field searcher by its type key.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.plugin.customfield.CustomFieldSearcherModuleDescriptors

Public Constructors

public CustomFieldSearcherModuleDescriptorsImpl (PluginAccessor pluginAccessor)

Public Methods

public Option<CustomFieldSearcher> getCustomFieldSearcher (String completeModuleKey)

Retrieve a custom field searcher by its type key. The key is the "full plugin module key". That is, the plugin key for the plugin it comes from, a colon separator, and then the module key.

Parameters
completeModuleKey Type identifier constructed from plugin XML.
Returns