public class CustomFieldSearcherModuleDescriptorsImpl extends Object implements CustomFieldSearcherModuleDescriptors
Constructor and Description |
---|
CustomFieldSearcherModuleDescriptorsImpl(com.atlassian.plugin.PluginAccessor pluginAccessor) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<CustomFieldSearcher> |
getCustomFieldSearcher(String completeModuleKey)
Retrieve a custom field searcher by its type key.
|
public CustomFieldSearcherModuleDescriptorsImpl(com.atlassian.plugin.PluginAccessor pluginAccessor)
public com.atlassian.fugue.Option<CustomFieldSearcher> getCustomFieldSearcher(String completeModuleKey)
CustomFieldSearcherModuleDescriptors
getCustomFieldSearcher
in interface CustomFieldSearcherModuleDescriptors
completeModuleKey
- Type identifier constructed from plugin XML.Option
with the CustomFieldSearcher
Copyright © 2002-2015 Atlassian. All Rights Reserved.