Class CustomFieldSearcherModuleDescriptorsImpl
java.lang.Object
com.atlassian.jira.plugin.customfield.CustomFieldSearcherModuleDescriptorsImpl
- All Implemented Interfaces:
CustomFieldSearcherModuleDescriptors
public class CustomFieldSearcherModuleDescriptorsImpl
extends Object
implements CustomFieldSearcherModuleDescriptors
-
Constructor Summary
ConstructorsConstructorDescriptionCustomFieldSearcherModuleDescriptorsImpl
(com.atlassian.plugin.PluginAccessor pluginAccessor) -
Method Summary
Modifier and TypeMethodDescriptionio.atlassian.fugue.Option<CustomFieldSearcher>
getCustomFieldSearcher
(String completeModuleKey) Retrieve a custom field searcher by its type key.
-
Constructor Details
-
CustomFieldSearcherModuleDescriptorsImpl
public CustomFieldSearcherModuleDescriptorsImpl(com.atlassian.plugin.PluginAccessor pluginAccessor)
-
-
Method Details
-
getCustomFieldSearcher
public io.atlassian.fugue.Option<CustomFieldSearcher> getCustomFieldSearcher(String completeModuleKey) Description copied from interface:CustomFieldSearcherModuleDescriptors
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.- Specified by:
getCustomFieldSearcher
in interfaceCustomFieldSearcherModuleDescriptors
- Parameters:
completeModuleKey
- Type identifier constructed from plugin XML.- Returns:
- An
Option
with theCustomFieldSearcher
-