Interface CustomFieldSearcherModuleDescriptors

All Known Implementing Classes:
CustomFieldSearcherModuleDescriptorsImpl

@PublicApi public interface CustomFieldSearcherModuleDescriptors
Provides different methods to access the CustomFieldSearchers registered in the system.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.atlassian.fugue.Option<CustomFieldSearcher>
    getCustomFieldSearcher(String completeModuleKey)
    Retrieve a custom field searcher by its type key.
  • Method Details

    • getCustomFieldSearcher

      io.atlassian.fugue.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:
      An Option with the CustomFieldSearcher